Added Helper Categories
Added Documentation
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
|
||||
@interface NSObject (MPStringTest)
|
||||
|
||||
/*!
|
||||
@method isString
|
||||
@brief Returns wether the receiver is a string object.
|
||||
@discussion A string object is an instance of the @c NSString class or any of its subclasses (for example @c NSMutableString). For an @c NSAttributedString this method returns @c NO.
|
||||
@return @c YES if the receiver is an instance of @c NSString or a subclass, @c NO otherwise.
|
||||
*/
|
||||
- (BOOL)isString;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user