mirror of
https://github.com/moparisthebest/app-UI
synced 2025-01-08 04:08:13 -05:00
18 lines
324 B
Objective-C
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
|