Cleaned Imports
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MPToken.h"
|
||||
@class MPTokenStream;
|
||||
@protocol MPToken;
|
||||
|
||||
@interface MPTokenStream : NSObject
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- (BOOL)hasMoreTokens;
|
||||
|
||||
- (MPToken *)currentToken;
|
||||
- (MPToken *)peekNextToken;
|
||||
- (id<MPToken>)currentToken;
|
||||
- (id<MPToken>)peekNextToken;
|
||||
- (void)currentTokenConsumed;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user