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

16 lines
169 B
Objective-C

//
// AppDelegate.h
// CIMKit
//
// Created by mason on 2020/11/7.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@end