Desiolizationsloselost、Fillerenergizersolvent、Uncommonmotheral、WYSJZonNavModel、Fillerenergizersolvent、Heathledgeracheillness、Clangscarterpatch 以上組件、model類排除不需要處理, 其他類的所有屬性的混淆預設(shè),周五下班前給我
如以下例子類型:
@property (nonatomic, assign) BOOL isCloseChangeVC;
@property (nonatomic, copy) NSString *reachabilityString;
@property (nonatomic, strong) NSNumber *orientationTarget;
@property (nonatomic, strong) NSMutableDictionary *userLastTimes;
@property (nonatomic, strong) NSMutableArray * beforeLoginNoticeArray;
@property (nonatomic, strong) NSArray *rotDiaorItems;
即去掉NS、NSMutable進行拼接
isCloseChangeVC改為ShuxingName1Bool
reachabilityString改為ShuxingName2String
orientationTarget改為ShuxingName3Number
userLastTimes改為ShuxingName4Dictionary
beforeLoginNoticeArray改為ShuxingName5Array
rotDiaorItems改為ShuxingName6Array