initial commit
This commit is contained in:
17
Example/SellyCloudSDK/main.m
Normal file
17
Example/SellyCloudSDK/main.m
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// main.m
|
||||
// SellyCloudSDK
|
||||
//
|
||||
// Created by Caleb on 07/07/2025.
|
||||
// Copyright (c) 2025 Caleb. All rights reserved.
|
||||
//
|
||||
|
||||
@import UIKit;
|
||||
#import "SCAppDelegate.h"
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([SCAppDelegate class]));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user