2
0
MasterPassword/OnePassword/OPRecentViewController.m

21 lines
412 B
Mathematica
Raw Normal View History

2011-11-30 21:42:40 +00:00
//
// 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;
2011-11-30 21:42:40 +00:00
}
@end