Bridge Google Drive API to Swift

前端 未结 3 1007
深忆病人
深忆病人 2020-12-07 02:53

From a previously removed post:

I am struggling to get the Google Drive API to work with Swift, and hoping someone has a suggestion. Here is where I a

3条回答
  •  难免孤独
    2020-12-07 03:45

    I just ran into that now in XCode 7.3, and fixed it with the following in the bridging header:

    #import 
    

    Also, if you need the authentication portion:

    #import 
    

提交回复
热议问题