initial commit
This commit is contained in:
15
Example/SellyCloudSDK/SCAppDelegate.h
Normal file
15
Example/SellyCloudSDK/SCAppDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// SCAppDelegate.h
|
||||
// SellyCloudSDK
|
||||
//
|
||||
// Created by Caleb on 07/07/2025.
|
||||
// Copyright (c) 2025 Caleb. All rights reserved.
|
||||
//
|
||||
|
||||
@import UIKit;
|
||||
|
||||
@interface SCAppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user