PopScrollView.h 168 B

1234567891011
  1. #import <appkit/appkit.h>
  2. @interface PopScrollView : ScrollView
  3. {
  4. id button1, button2;
  5. }
  6. - initFrame:(const NXRect *)frameRect button1: b1 button2: b2;
  7. - tile;
  8. @end