mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-23 03:59:45 +00:00
14 lines
270 B
Objective-C
Executable File
14 lines
270 B
Objective-C
Executable File
/**
|
|
* Copyright (C) 2014 Alessandro Sangiuliano
|
|
* Author: Alessandro Sangiuliano <alex22_7@hotmail.com>
|
|
* Date: 29 September 2014
|
|
*/
|
|
|
|
#import "Rik.h"
|
|
|
|
@interface NSCell (RikTheme)
|
|
{
|
|
}
|
|
- (void) drawInteriorWithFrame: (NSRect) cellFrame inView: (NSView*)controlView;
|
|
@end
|