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