开发辅助
- 代码块
/** <#TypeName#> */ @property (nonatomic, assign) <#type#> <#name#>;
/** <#TypeName#> */ @property (nonatomic, weak) <#type#> *<#name#>;
/** <#TypeName#> */ @property (nonatomic, copy) <#type#> <#name#>;
/** <#TypeName#> */ @property (nonatomic, strong) <#type#> *<#name#>;
/** <#methodName#> */ extern NSString *const <#NotificationName#>
if (!_<#name#>) { _<#name#> = [<#className#> <#method#>]; } return _<#name#>;
个人资料
苹果开发者中心 电话 4006 701855
- 系统打印日志关闭
OS_ACTIVITY_MODE disable
网友评论