From a58af9fc29f9d8f86f932d0bdd72ead9217637b7 Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Thu, 2 Oct 2014 19:51:34 +0200 Subject: iOS: Move instance variables from .h to .m These are private details that, since changes in Xcode, no longer need to be exposed in the headers. --- platform/ios/Classes/MuChoiceFieldController.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/ios/Classes/MuChoiceFieldController.m') diff --git a/platform/ios/Classes/MuChoiceFieldController.m b/platform/ios/Classes/MuChoiceFieldController.m index 7f707b3d..a7587836 100644 --- a/platform/ios/Classes/MuChoiceFieldController.m +++ b/platform/ios/Classes/MuChoiceFieldController.m @@ -7,6 +7,11 @@ @end @implementation MuChoiceFieldController +{ + void (^okayBlock)(NSArray *); + NSArray *choices; + int selected; +} - (id)initWithChoices:(NSArray *)_choices okayAction:(void (^)(NSArray *))block { -- cgit v1.2.3