2
0
Fork 0
MasterPassword/OnePassword/OPRecentViewController.h

16 lines
314 B
Objective-C

//
// OPRecentViewController.h
// OnePassword
//
// Created by Maarten Billemont on 27/11/11.
// Copyright (c) 2011 Lyndir. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface OPRecentViewController : UITableViewController
@property(nonatomic,retain) IBOutlet UITableView *tableView;
@end