When calling Swift methods from Objective-C, #import Contacts.swift doesn’t work.
Leverage the autogenerated headers:
#import ProjectName-Swift.hExpose your Swift class properties and methods with
@objcNow you can access these Swift exposed elements from Obj-C .m files