// // NSObject+MPStringTest.h // MathPad // // Created by Kim Wittenburg on 20.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. // #import @interface NSObject (MPStringTest) - (BOOL)isString; @end