mirror of
https://gitee.com/farsunset/cim.git
synced 2025-06-17 07:35:25 +08:00
16 lines
221 B
Objective-C
16 lines
221 B
Objective-C
//
|
|
// SceneDelegate.h
|
|
// CIMKit
|
|
//
|
|
// Created by mason on 2020/11/7.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SceneDelegate : UIResponder <UIWindowSceneDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow * window;
|
|
|
|
@end
|
|
|