Abhimuralidharan
1 min readApr 18, 2018

--

Yes. I made a struct in my constants file named UserDefaultsKeys and added all the keys that I use inside the app.

struct UserDefaultsKeys {static let APP_OPENED_COUNT = “APP_OPENED_COUNT”}

--

--