home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / PDFView.1.41 / PDFView.app / PDFTextAnnot.nib / data.classes next >
Encoding:
Text File  |  1995-08-31  |  313 b   |  23 lines

  1. PDFTextAnnot = {
  2.     ACTIONS = {
  3.     miniaturizeButtonPressed:;
  4.     };
  5.     OUTLETS = {
  6.     textscrollview;
  7.     miniaturizeButton;
  8.     };
  9.     SUPERCLASS = PDFAnnot;
  10. };
  11. PDFAnnot = {
  12.     ACTIONS = {
  13.     };
  14.     OUTLETS = {
  15.     };
  16.     SUPERCLASS = View;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.