2
0
MasterPassword/MasterPassword/MPRecentViewController.m
2012-02-05 22:21:02 +01:00

21 lines
415 B
Objective-C

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