mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-01-05 10:38:41 +00:00
9 lines
165 B
Objective-C
9 lines
165 B
Objective-C
#import <AppKit/NSTextAttachmentCell.h>
|
|
|
|
// This is a private class in Cocoa, BGHUDAppKit uses it
|
|
|
|
@interface NSTokenAttachmentCell : NSTextAttachmentCell {
|
|
}
|
|
|
|
@end
|