mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
add private Apple private API class NSTokenAttachmentCell
This commit is contained in:
parent
807c40cad1
commit
fa4db0fced
8
AppKit/NSTokenAttachmentCell.h
Normal file
8
AppKit/NSTokenAttachmentCell.h
Normal file
@ -0,0 +1,8 @@
|
||||
#import <AppKit/NSTextAttachmentCell.h>
|
||||
|
||||
// This is a private class in Cocoa, BGHUDAppKit uses it
|
||||
|
||||
@interface NSTokenAttachmentCell : NSTextAttachmentCell {
|
||||
}
|
||||
|
||||
@end
|
4
AppKit/NSTokenAttachmentCell.m
Normal file
4
AppKit/NSTokenAttachmentCell.m
Normal file
@ -0,0 +1,4 @@
|
||||
#import "NSTokenAttachmentCell.h"
|
||||
|
||||
@implementation NSTokenAttachmentCell
|
||||
@end
|
Loading…
Reference in New Issue
Block a user