Guest User

Untitled

a guest
Sep 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import <UIKit/UIKit.h>
  2. #import "ViewController.h"
  3.  
  4. @interface DrawView : UIView
  5.  
  6. {
  7.     BOOL showSquare;
  8. }
  9.  
  10. @property (readwrite) BOOL showSquare;
  11.  
  12. @end
Add Comment
Please, Sign In to add comment