2020-11-25 14:32:26 +08:00

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