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 |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-06-03