#import "Widget.h" @implementation Widget - (void)render { [self refresh]; } - (void)refresh { } @end