summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuChoiceFieldController.h
blob: d1bd1c0226f82e90f96a73504aab9124fa535dc7 (plain)
1
2
3
4
5
#import <UIKit/UIKit.h>

@interface MuChoiceFieldController : UIViewController<UIPickerViewDataSource, UIPickerViewDelegate>
- (id)initWithChoices:(NSArray *)choices okayAction:(void (^)(NSArray *))block;
@end