Files
SellyCloudSDK_demo/Example/SellyCloudSDK/SCAppDelegate.h
2026-03-01 15:59:27 +08:00

16 lines
269 B
Objective-C

//
// 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