iOS 辅助开发

2017-03-20  本文已影响26人  天净沙

开发辅助

/** <#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

上一篇下一篇

猜你喜欢

热点阅读