17 lines
329 B
C
17 lines
329 B
C
|
//
|
||
|
// MGMFeedback.h
|
||
|
// GeckoReporter
|
||
|
//
|
||
|
// Created by Mr. Gecko on 1/2/10.
|
||
|
// Copyright 2010 by Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface MGMFeedback : NSObject {
|
||
|
|
||
|
}
|
||
|
- (IBAction)openBugReport:(id)sender;
|
||
|
- (IBAction)openContact:(id)sender;
|
||
|
@end
|