Browse Subversion Repository
Annotation of /XspfManager/XspfMInfomationObject.h
Parent Directory
| Revision Log
| 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 |
masaki |
6 |
@property (retain) NSArray *products; |
| 18 |
|
|
@property (retain) NSString * productsList; |
| 19 |
masaki |
5 |
@property (retain) NSArray *voiceActors; |
| 20 |
|
|
@property (retain) NSString * voiceActorsList; |
| 21 |
|
|
@property (retain) XSPFMXspfObject * xspf; |
| 22 |
|
|
|
| 23 |
|
|
@end |
| 24 |
|
|
|
| 25 |
|
|
|
|