Added Expression Tree Inspection Methods
Cleaned Code
This commit is contained in:
15
MathPad/NSObject+MPStringTest.h
Normal file
15
MathPad/NSObject+MPStringTest.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// NSObject+MPStringTest.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 20.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface NSObject (MPStringTest)
|
||||
|
||||
- (BOOL)isString;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user