/* Controller */ #import @interface Controller : NSObject { } -(void)awakeFromNib; @end