| 123456789101112131415 |
- //
- // AppDelegate.h
- // RA TradeFiling
- //
- // Created by Rui Zhang on 11/13/20.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- //@property (strong,nonatomic) NSString* user;
- //@property (strong,nonatomic) NSString * password;
- @property (strong, nonatomic) UIWindow *window;
- @end
|