Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMInfomationObject.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations) (download) (as text)
Mon Nov 2 23:39:22 2009 UTC (14 years, 5 months ago) by masaki
Original Path: XspfManager/XSPFMInfomationObject.h
File MIME type: text/x-chdr
File size: 397 byte(s)
[New] 中の人情報を登録出来るように。
1 masaki 5 //
2     // XSPFMInfomationObject.h
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/02.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import <CoreData/CoreData.h>
10    
11     @class XSPFMXspfObject;
12    
13     @interface XSPFMInfomationObject : NSManagedObject
14     {
15     }
16    
17     @property (retain) NSArray *voiceActors;
18     @property (retain) NSString * voiceActorsList;
19     @property (retain) XSPFMXspfObject * xspf;
20    
21     @end
22    
23    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26