Guest User

Untitled

a guest
Dec 12th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. class ViewController: UIViewController, CLLocationManagerDelegate, UNUserNotificationCenterDelegate, SpotSenseDelegate {
  2. let locationManager : CLLocationManager = CLLocationManager()
  3. let notificationCenter = UNUserNotificationCenter.current()
  4.  
  5. override func viewDidLoad() {
  6. super.viewDidLoad()
  7. }
  8. }
Add Comment
Please, Sign In to add comment