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