Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1240,7 +1240,7 @@ public class swiftApi { | ... | @@ -1240,7 +1240,7 @@ public class swiftApi { |
1240 | } | 1240 | } |
1241 | 1241 | ||
1242 | 1242 | ||
1243 | - public func openQuestionnaire(controller: UIViewController) -> Void { | 1243 | + public func openQuestionnaire(_ controller: UIViewController) -> Void { |
1244 | for item in GlobalVariables.campaigns { | 1244 | for item in GlobalVariables.campaigns { |
1245 | if (item.offer_category == "questionnaire") { | 1245 | if (item.offer_category == "questionnaire") { |
1246 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) | 1246 | let storyboard = UIStoryboard(name: "Main", bundle: Bundle(for: MyEmptyClass.self)) | ... | ... |
-
Please register or login to post a comment