mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
I have added 2 color picker controllers! in uYouEnhanced Settings, the themes will get an update to help you give it more personalization. However I do need help making this a reality in uYouEnhanced Settings.
6 lines
168 B
Objective-C
6 lines
168 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@interface ColourOptionsController : UIColorPickerViewController <UIColorPickerViewControllerDelegate>
|
|
|
|
@end
|