2
0
MasterPassword/OnePassword/OPRecentViewController.m

21 lines
412 B
Objective-C

//
// OPRecentViewController.m
// OnePassword
//
// Created by Maarten Billemont on 27/11/11.
// Copyright (c) 2011 Lyndir. All rights reserved.
//
#import "OPRecentViewController.h"
@implementation OPRecentViewController
@dynamic tableView;
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
return YES;
}
@end