GCoverController.h 197 B

12345678910111213
  1. //
  2. // GCoverController.h
  3. // aiim
  4. //
  5. // Created by gan on 2025/2/28.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface GCoverController : UIViewController
  9. @property (nonatomic, assign) BOOL isLogin;
  10. @end