Property 'myArray' not found on object of type 'MyVC *' Swift to Obj-C passing array Error

前端 未结 0 1827
滥情空心
滥情空心 2020-12-10 23:55

This is my Swift File

@objcMembers class MyVC {
    
    var myArray = [String]()
    
...
    

This is my ServiceControlVC.m Objective-C Fil

相关标签:
回答
  • 消灭零回复
提交回复
热议问题