home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
BiScrollAspect.h
< prev
next >
Wrap
Text File
|
1996-04-17
|
189b
|
15 lines
/*
BiScrollApsect.h
TextSizingExample
Author: Mike Ferris
*/
#import "Aspect.h"
@interface BiScrollAspect : Aspect {
NSLayoutManager *_layoutManager;
}
@end