diff options
Diffstat (limited to 'Source/SPPillAttachmentCell.m')
-rw-r--r-- | Source/SPPillAttachmentCell.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPPillAttachmentCell.m b/Source/SPPillAttachmentCell.m index 77f6c734..803f0e83 100644 --- a/Source/SPPillAttachmentCell.m +++ b/Source/SPPillAttachmentCell.m @@ -30,6 +30,11 @@ #import "SPPillAttachmentCell.h" +@interface SPPillAttachmentCell () + +- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView characterIndex:(NSUInteger)charIndex layoutManager:(NSLayoutManager *)layoutManager; + +@end @implementation SPPillAttachmentCell |