YBInviteCode.h 339 B

123456789101112131415161718192021
  1. //
  2. // YBInviteCode.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2019/12/19.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBInviteCode : NSObject
  11. +(void)saveAgentSwitch:(NSString *)save;
  12. +(NSString *)getAgentSwitch;
  13. +(void)checkAgent;
  14. @end
  15. NS_ASSUME_NONNULL_END