14 lines
263 B
Objective-C
14 lines
263 B
Objective-C
//
|
|
// NSString+MPExpressionElement.h
|
|
// MathPad
|
|
//
|
|
// Created by Kim Wittenburg on 10.08.14.
|
|
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
|
//
|
|
|
|
#import "MPExpressionElement.h"
|
|
|
|
@interface NSString (MPExpressionElement) <MPExpressionElement>
|
|
|
|
@end
|