VoiceMac/Classes/VoiceMob/MGMController.h

15 lines
295 B
C
Raw Normal View History

//
// MGMController.h
// VoiceMob
//
// Created by Mr. Gecko on 9/24/10.
// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <UIKit/UIKit.h>
@interface MGMController : UIViewController {
IBOutlet UIWindow *mainWindow;
}
@end