#import @interface MuChoiceFieldController : UIViewController - (id)initWithChoices:(NSArray *)choices okayAction:(void (^)(NSArray *))block; @end