I have settings.swift and i am importing -Swift.h into my ObjC class .m file. I need something like :
@property(nonatomic, strong) Settings *settings; but -Swift.h must be imported in .m file and .h does not know anything about settings.swift. Do you have idea how to do this ?