My SingletonHelper class reads as:
class SingletonHelper : NSObject{ private override init(){} static let shared = SingletonHelper() var firstRunFlag