| 123456789101112131415161718192021 |
- //
- // YBInviteCode.h
- // YBVideo
- //
- // Created by YB007 on 2019/12/19.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YBInviteCode : NSObject
- +(void)saveAgentSwitch:(NSString *)save;
- +(NSString *)getAgentSwitch;
- +(void)checkAgent;
- @end
- NS_ASSUME_NONNULL_END
|