2010-01-06 18:11:16 -06:00
|
|
|
//
|
|
|
|
// MGMController.h
|
|
|
|
// GeckoReporter
|
|
|
|
//
|
|
|
|
// Created by Mr. Gecko on 1/1/10.
|
2010-08-12 12:00:31 -05:00
|
|
|
// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
|
2010-01-06 18:11:16 -06:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
@interface MGMController : NSObject {
|
|
|
|
IBOutlet NSWindow *mainWindow;
|
|
|
|
NSString *crashString;
|
|
|
|
}
|
|
|
|
- (IBAction)crashApplication:(id)sender;
|
|
|
|
- (IBAction)RemoveLastDate:(id)sender;
|
|
|
|
- (IBAction)RemoveSendAll:(id)sender;
|
|
|
|
- (IBAction)RemoveIgnoreAll:(id)sender;
|
|
|
|
@end
|