HRMethodsAttributes 是一个简单的 __attribute() 定义包装器。
已弃用
-(void)doSomething DEPRECATED;
因理由已弃用
-(void)makeMeCool DEPRECATED_REASON("'cause, lol");
不可用
-(void)dSomething UNAVAILABLE;
因理由不可用
-(void)doSomethingElse UNAVAILABLE_REASON("Old method. Use -doSmthngElse: instead");
Objective-C 和 iOS 7.1 或更高版本。
HRMethodsAttributes 通过 CocoaPods 获得。要安装它,只需将以下行添加到您的 Podfile 中:
pod 'HRMethodsAttributes'
Ivan Shevelev,[email protected]
HRMethodsAttributes 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。