修复bug
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
typedef enum : NSUInteger {
|
||||
YYUtilityTelephonType_Move,///移动
|
||||
YYUtilityTelephonType_Move = 0,///移动
|
||||
YYUtilityTelephonType_Link_Together,///联通
|
||||
YYUtilityTelephonType_Link_Telegraphy,///电信
|
||||
YYUtilityTelephonType_Link_Tietong,///铁通
|
||||
@@ -38,7 +38,7 @@ typedef enum : NSUInteger {
|
||||
* 获取App版本号, 从plist从读取CFBundleShortVersion
|
||||
*/
|
||||
+ (NSString *)appVersion;
|
||||
|
||||
+(NSString *)getLanguage;
|
||||
/**
|
||||
* 获取AppBuild号, 从plist中读取CFBundleVersion
|
||||
*/
|
||||
@@ -99,7 +99,7 @@ typedef enum : NSUInteger {
|
||||
/* Carrier Utilities */
|
||||
/*==============================*/
|
||||
@interface YYUtility (Carrier)
|
||||
|
||||
+(NSString *)getMobileCountryCode;
|
||||
|
||||
/**
|
||||
获取设备唯一标识
|
||||
|
Reference in New Issue
Block a user