UIControl+Night.h
481 字节
//
// UIControl+Night.h
// UIControl+Night
//
// Copyright (c) 2015 Draveness. All rights reserved.
//
// These files are generated by ruby script, if you want to modify code
// in this file, you are supposed to update the ruby code, run it and
// test it. And finally open a pull request.
#import <UIKit/UIKit.h>
#import "NSObject+Night.h"
@interface UIControl (Night)
@property (nonatomic, copy, setter = dk_setTintColorPicker:) DKColorPicker dk_tintColorPicker;
@end