HRMethodsAttributes 1.1

HRMethodsAttributes 1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2016

Maintained by Ivan Shevelev.



HRMethodsAttributes is a simple defines wrapper on __attribute().

Usage

Deprecated:

-(void)doSomething DEPRECATED;

Deprecated with reason:

-(void)makeMeCool DEPRECATED_REASON("'cause, lol");

Unavailable:

-(void)dSomething UNAVAILABLE;

Unavailable with reason:

-(void)doSomethingElse UNAVAILABLE_REASON("Old method. Use -doSmthngElse: instead");

Requirements

Objective-C and iOS 7.1 or higher.

Installation

HRMethodsAttributes is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HRMethodsAttributes'

Author

Ivan Shevelev, [email protected]

License

HRMethodsAttributes is available under the MIT license. See the LICENSE file for more info.