17 lines
330 B
Objective-C
17 lines
330 B
Objective-C
//
|
|
// MGMFeedback.h
|
|
// GeckoReporter
|
|
//
|
|
// Created by Mr. Gecko on 1/2/10.
|
|
// Copyright (c) 2010 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
|