darling-rik-theme/NSCell+Rik.h
AlessandroSangiuliano b293d11fa0 Fix the copyright date
2014-10-11 18:44:30 +02:00

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