mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-23 03:59:45 +00:00
14 lines
254 B
Objective-C
14 lines
254 B
Objective-C
#import "Rik.h"
|
|
#include <AppKit/NSAnimation.h>
|
|
|
|
@interface Rik(RikButton)
|
|
{
|
|
}
|
|
@end
|
|
|
|
|
|
@interface NSButtonCell(RikDefaultButtonAnimation)
|
|
@property (nonatomic, copy) NSNumber* isDefaultButton;
|
|
@property (nonatomic, copy) NSNumber* pulseProgress;
|
|
@end
|