darling-cocotron/AppKit/NSTokenAttachmentCell.h
2010-11-03 22:27:47 -04:00

9 lines
165 B
Objective-C

#import <AppKit/NSTextAttachmentCell.h>
// This is a private class in Cocoa, BGHUDAppKit uses it
@interface NSTokenAttachmentCell : NSTextAttachmentCell {
}
@end