Archived
1

Added Expression Tree Inspection Methods

Cleaned Code
This commit is contained in:
Kim Wittenburg
2014-04-20 23:28:17 +02:00
parent 35215923ef
commit 1daec37a25
6 changed files with 113 additions and 23 deletions

View 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