SellyCloudSDK_demo/Example/SellyCloudSDK/SCAppDelegate.h

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