TextureView.h 109 B

12345678910111213
  1. @interface TextureView:View
  2. {
  3. id parent_i;
  4. int deselectIndex;
  5. }
  6. - setParent:(id)from;
  7. - deselect;
  8. @end