#import @interface PolycodeView : UIView @property (nonatomic) BOOL needsUpdate; - (void) drawView:(id)sender; @end