DragNDropOutlineView/AAPLImageAndTextCell.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Subclass of NSTextFieldCell which can display text and an image simultaneously. |
*/ |
@import Cocoa; |
@interface AAPLImageAndTextCell : NSTextFieldCell |
@property (readwrite, strong) NSImage *myImage; |
@end |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-02-09