Simply I have a struct that stores the application constants as below:
struct Constant { static let ParseApplicationId = \"xxx\" static let ParseCli
Though this might be late or redundant, I could make it work with the following code :
@objcMembers class Flags: NSObject { static let abcEnabled = false static let pqrEnabled = false . . . }
Obviously, to use in objc c code, you have to do #import "ProjectModuleName-Swift.h"