UIToolbar+Night.h
487 字节
//
// UIToolbar+Night.h
// UIToolbar+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 UIToolbar (Night)
@property (nonatomic, copy, setter = dk_setBarTintColorPicker:) DKColorPicker dk_barTintColorPicker;
@end