GarabaIgor

Results 1 issues of GarabaIgor

I have simple iOS app which connect to my gmail and get last 10 emails: ```swift private lazy var oauthswift:OAuth2Swift = { let tempOauthswift = OAuth2Swift( consumerKey: "MY_SECRET_KEY", consumerSecret: "",...