Chromium Updater
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
415 B

//
// MGMAbout.h
// MGMUsers
//
// Created by Mr. Gecko on 1/29/11.
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <Cocoa/Cocoa.h>
@interface MGMAbout : NSObject {
IBOutlet NSWindow *window;
IBOutlet NSImageView *iconView;
IBOutlet NSTextField *applicationField;
IBOutlet NSTextView *aboutView;
}
- (NSWindow *)window;
- (void)show;
@end