add private Apple private API class NSTokenAttachmentCell

This commit is contained in:
Christopher Lloyd 2010-11-03 22:27:47 -04:00
parent 807c40cad1
commit fa4db0fced
2 changed files with 12 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
#import "NSTokenAttachmentCell.h"
@implementation NSTokenAttachmentCell
@end