mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
6 lines
169 B
Objective-C
6 lines
169 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@interface ColourOptionsController2 : UIColorPickerViewController <UIColorPickerViewControllerDelegate>
|
|
|
|
@end
|