Updated Danish translation
[dasher.git] / Src / MacOSX / ZippyStringImage.h
blobe435cfe2dbdecbe7e0e940738dfb35fc73c465bd
1 //
2 // ZippyStringImage.h
3 // RectAl
4 //
5 // Created by Doug Dickinson on Sat May 24 2003.
6 // Copyright (c) 2003 Doug Dickinson (dasher AT DressTheMonkey DOT plus DOT com). All rights reserved.
7 //
9 #import "ZippyString.h"
11 @class NSImage, NSString, NSDictionary;
13 @interface ZippyStringImage : ZippyString {
15 NSImage *_image;
18 - (NSImage *)image;
19 - (void)setImage:(NSImage *)newImage;
21 @end