Tokens/MyToken.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 Custom token class.
 */
 
@import Cocoa;
 
@interface MyToken : NSObject
 
@property (strong) NSString *name;
 
@end