mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-23 03:59:45 +00:00
14 lines
199 B
Objective-C
14 lines
199 B
Objective-C
/**
|
|
* Copyright (C) 2013 Alessandro Sangiuliano
|
|
* Author: Alessandro Sangiuliano <alex22_7@hotmail.com>
|
|
* Date: 31 December 2013
|
|
*/
|
|
|
|
#import "Rik.h"
|
|
|
|
@interface NSTextFieldCell (RikTheme)
|
|
{
|
|
}
|
|
@end
|
|
|