1
0
mirror of https://github.com/moparisthebest/app-UI synced 2024-08-13 16:54:00 -04:00
app-UI/samples/05 - multi-device form factor/RottenTomatoes/Classes/MainViewController.h
2012-04-20 14:12:03 -04:00

18 lines
324 B
Objective-C

//
// MainViewController.h
// FooBar
//
// Created by Shazron Abdullah on 12-01-26.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#ifdef PHONEGAP_FRAMEWORK
#import <PhoneGap/PGViewController.h>
#else
#import "PGViewController.h"
#endif
@interface MainViewController : PGViewController
@end