root/trunk/Models/JVChatSession.h

Revision 3072, 328 bytes (checked in by timothy, 3 years ago)

Major file system restructuring of the code files.

Line 
1 #import "JVChatTranscript.h"
2
3 @interface JVChatSession : NSObject <JVChatTranscriptElement> {
4         @protected
5         /* xmlNode */ void *_node;
6         NSScriptObjectSpecifier *_objectSpecifier;
7         JVChatTranscript *_transcript;
8         NSDate *_startDate;
9 }
10 - (/* xmlNode */ void *) node;
11 - (JVChatTranscript *) transcript;
12 - (NSDate *) startDate;
13 @end
Note: See TracBrowser for help on using the browser.