Manos Chorianopoulos

minor fix

...@@ -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))
......