#ifndef __CHATCELL_H__ #define __CHATCELL_H__ #import #import @interface ChatCell : NSView + (id)cellWithRect:(NSRect)rect user:(NSString *)user chat:(NSString *)chat; @end #endif // __CHATCELL_H__