Files
baRSS/baRSS/Helper/DrawImage.h
2022-10-01 15:39:20 +02:00

10 lines
150 B
Objective-C

@import Cocoa;
/// Draw separator line in @c NSOutlineView
IB_DESIGNABLE
@interface DrawSeparator : NSView
@end
void RegisterImageViewNames(void);