uYouEnhanced_releases/Source/ColourOptionsController2.h
arichornlover dea08c68ba
Add Color Picker Controllers (For Themes & LCM)
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.
2024-01-11 17:40:58 -06:00

6 lines
169 B
Objective-C

#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
@interface ColourOptionsController2 : UIColorPickerViewController <UIColorPickerViewControllerDelegate>
@end