/headers/OfficeImport/OCDSummary.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSString;
00010 
00011 @interface OCDSummary : NSObject
00012 {
00013     NSString *mTitle;
00014     NSString *mAuthor;
00015     NSString *mKeywords;
00016     NSString *mComments;
00017     NSString *mHyperlinkBase;
00018 }
00019 
00020 - (void)dealloc;
00021 - (id)title;
00022 - (void)setTitle:(id)fp8;
00023 - (id)author;
00024 - (void)setAuthor:(id)fp8;
00025 - (id)keywords;
00026 - (void)setKeywords:(id)fp8;
00027 - (id)comments;
00028 - (void)setComments:(id)fp8;
00029 - (id)hyperlinkBase;
00030 - (void)setHyperlinkBase:(id)fp8;
00031 
00032 @end
00033