EKLocationReminders/EKLocationReminders/MapViewController.h

/*
 
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 This view controller displays a map with annotations if the app has access to Reminders and an empty map, otherwise.
         Tap any annotation's callout to create a reminder for that location.
 
 */ 
 
@interface MapViewController : UIViewController
@end