phizclip-ios-demo/FinDemo/AppDelegate.h

16 lines
221 B
Objective-C
Raw Normal View History

2020-02-22 11:21:27 +08:00
//
// AppDelegate.h
2023-05-31 11:00:11 +08:00
// FinDemo
2020-02-22 11:21:27 +08:00
//
2023-05-31 11:00:11 +08:00
// Created by 胡健辉 on 2023/5/29.
2020-02-22 11:21:27 +08:00
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end