GeckoReporter/Classes/Framework/MGMFeedback.h

17 lines
330 B
C
Raw Normal View History

2010-01-06 18:11:16 -06:00
//
// 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/
2010-01-06 18:11:16 -06:00
//
#import <Cocoa/Cocoa.h>
@interface MGMFeedback : NSObject {
}
- (IBAction)openBugReport:(id)sender;
- (IBAction)openContact:(id)sender;
@end