EKTimedReminders/EKTimedReminders/CompletedReminders.h

/*
 
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 This view controller displays all completed reminders. It shows the title and completion date of each reminder
         using EKReminder's title and completionDate properties and calls TimedReminderStore to remove reminders.
 
 */
 
@interface CompletedReminders : UITableViewController
@end