CocoaShare/Classes/twitpic/MGMTwitpicPostWindow.h

15 lines
320 B
C
Raw Normal View History

2011-02-01 09:51:02 -06:00
//
// MGMTwitpicPostWindow.h
// CocoaShare
//
// Created by Mr. Gecko on 1/29/11.
2011-02-01 09:51:02 -06:00
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <Cocoa/Cocoa.h>
@interface MGMTwitpicPostWindow : NSWindow {
BOOL forceDisplay;
}
- (NSColor *)whiteBackground;
@end