| | |
| | | +(NSDate*)getLocalTime; |
| | | +(NSMutableDictionary*)addParam:(id)param andKey:(NSString *const)key forDict:(NSMutableDictionary*)dict; |
| | | +(UIViewController *)getCurrentVC; |
| | | //返回当前应用程序窗口最顶层的视图控制器 |
| | | +(UIViewController *)getCurrentTopViewController; |
| | | +(void)addOrientationNotification:(id)observer selector:(SEL)selector object:(id)object; |
| | | +(void)removeOrientationNotification:(id)observer object:(id)object; |
| | | +(NSString *)getMacAddress; |
| | |
| | | |
| | | +(NSMutableArray*)getContryDataSourceArray; |
| | | |
| | | |
| | | |
| | | |
| | | // 检测是否内购中 |
| | | +(BOOL)isIAPPaying; |
| | | +(void)setPayStatus:(BOOL)status; |
| | | @end |