home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
AspectRatioGraphicsChange.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-28
|
257 b
|
20 lines
#import "drawundo.h"
@interface AspectRatioGraphicsChange(PrivateMethods)
@end
@implementation AspectRatioGraphicsChange
- (NSString *)changeName
{
return ASPECT_OP;
}
- (Class)changeDetailClass
{
return [DimensionsChangeDetail class];
}
@end