| 1234567891011121314151617181920212223242526272829303132 |
- //
- // MOTextAESTools.h
- // MiMoLive
- //
- // Created by SuperC on 2024/11/20.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOTextAESTools : NSObject
- + (NSString *)toGetHameInfoList;
- + (NSString *)toGetHameInfoEnter;
- + (NSString *)toGetHame2;
- + (NSString *)toGetHameConfig;
- + (NSString *)toGetHameId;
- + (NSString *)toGetHameJumpNative;
- + (NSString *)toGetHameRecharge;
- + (NSString *)toGetHameLoaded;
- + (NSString *)toGetHameMode;
- + (NSString *)toGetHameCenter;
- + (NSString *)toGetHameList;
- + (NSString *)smallTip;
- + (NSString *)smallSixTip;
- @end
- NS_ASSUME_NONNULL_END
|