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
|