I would like to retrieve a string from Parse.com in my notification centre widget. I have this code Parse.setApplicationId("appId", clientKey: "clientKey")
in the widget's viewDidLoad
but there is an error.
The error says:
Use of unresolved identifier 'Parse'
Where am I going wrong?