PolycodeView.h 139 B

123456789101112
  1. #import <UIKit/UIKit.h>
  2. @interface PolycodeView : UIView
  3. @property (nonatomic) BOOL needsUpdate;
  4. - (void) drawView:(id)sender;
  5. @end