Guest User

Untitled

a guest
Dec 12th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. import UIKit
  2. import SpotSense
  3. import CoreLocation
  4. import UserNotifications // required if sending notifications with SpotSense
  5. let spotsense = SpotSense(clientID: "sample-client-id", clientSecret: "sample-client-secret") // replace these values
  6.  
  7. class ViewController: UIViewController {...}
Add Comment
Please, Sign In to add comment