AppDelegate.h 286 B

1234567891011121314151617181920
  1. //
  2. // AppDelegate.h
  3. // 我的社保
  4. //
  5. // Created by jiaxian_he on 2021/4/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  9. @property (strong, nonatomic) UIWindow *window;
  10. @end
  11. /*
  12. 工资流水 SalaryHistory
  13. 补差额 OrderBalance
  14. */