Added Expression Tree Inspection Methods
Cleaned Code
This commit is contained in:
18
MathPad/NSObject+MPStringTest.m
Normal file
18
MathPad/NSObject+MPStringTest.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// NSObject+MPStringTest.m
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 20.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "NSObject+MPStringTest.h"
|
||||
|
||||
@implementation NSObject (MPStringTest)
|
||||
|
||||
- (BOOL)isString
|
||||
{
|
||||
return [self isKindOfClass:[NSString class]];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user