16 lines
314 B
Objective-C
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
|