16 lines
248 B
Objective-C
16 lines
248 B
Objective-C
//
|
|
// 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
|