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
|