home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
AspectRatioGraphicsChange.m
< prev
next >
Wrap
Text File
|
1995-11-28
|
257b
|
20 lines
#import "drawundo.h"
@interface AspectRatioGraphicsChange(PrivateMethods)
@end
@implementation AspectRatioGraphicsChange
- (NSString *)changeName
{
return ASPECT_OP;
}
- (Class)changeDetailClass
{
return [DimensionsChangeDetail class];
}
@end