#ifndef __CHATVIEW_H__ #define __CHATVIEW_H__ #import #import #import #import #import @interface ChatView : UIView { UINavigationBar *navBar_; UINavigationItem *navItem_; CGRect rect_; //UITextField *textField_; } - (id)initWithFrame:(CGRect)rect; - (void)dealloc; - (void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event; @end #endif // __CHATVIEW_H__