You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2013 Octiplex. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@protocol OEXTokenTextStorageDelegate;
/*- OEXTokenTextStorage is used internally by OEXTokenFieldCell to perform attachment cell replacement as the tokens are inserted in the editor text view.
*/
@interface OEXTokenTextStorage : NSTextStorage
@property(nonatomic, weak) id <OEXTokenTextStorageDelegate> delegate;