mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 16:33:13 +08:00
14 lines
238 B
Objective-C
14 lines
238 B
Objective-C
//
|
|
// PPRemindersViewController.h
|
|
// Progress
|
|
//
|
|
// Created by Kyle Fang on 2/25/13.
|
|
// Copyright (c) 2013 kylefang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface PPRemindersViewController : UITableViewController
|
|
|
|
@end
|