Cleaned Imports
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
@import Foundation;
|
||||
#import "NSString+MPExpressionElement.h"
|
||||
#import "MPToken.h"
|
||||
FOUNDATION_EXPORT NSString *const MPIllegalElementExceptionElementKey;
|
||||
|
||||
FOUNDATION_EXPORT NSString *const MPMathKitErrorDomain;
|
||||
FOUNDATION_EXPORT NSString *const MPExpressionPathErrorKey;
|
||||
@@ -36,7 +34,7 @@ typedef NS_ENUM(NSUInteger, MPReferenceFrame) {
|
||||
};
|
||||
|
||||
@class MPExpression, MPFunction, MPRangePath, MPExpressionTree, MPExpressionEvaluator;
|
||||
@protocol MPExpressionElement;
|
||||
@protocol MPExpressionElement, MPToken;
|
||||
|
||||
/*!
|
||||
@class MPExpression
|
||||
|
||||
Reference in New Issue
Block a user