Browse Subversion Repository
Annotation of /XspfManager/XspfMInfomationObject.h
Parent Directory
| Revision Log
Revision 239 -
( hide annotations)
( download)
( as text)
Sun Jan 10 13:22:46 2010 UTC
(14 years, 3 months ago)
by masaki
File MIME type: text/x-chdr
File size: 483 byte(s)
[Refactoring] クラス名変更。XSPFMImformationObject -> XpsfMInformationObject
| 1 |
masaki |
5 |
// |
| 2 |
masaki |
239 |
// XspfMInfomationObject.h |
| 3 |
masaki |
5 |
// 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 |
masaki |
238 |
@class XspfMXspfObject; |
| 12 |
masaki |
5 |
|
| 13 |
masaki |
239 |
@interface XspfMInfomationObject : NSManagedObject |
| 14 |
masaki |
5 |
{ |
| 15 |
|
|
} |
| 16 |
|
|
|
| 17 |
masaki |
18 |
//@property (retain) NSArray *products; |
| 18 |
|
|
//@property (retain) NSArray *voiceActors; |
| 19 |
masaki |
6 |
@property (retain) NSString * productsList; |
| 20 |
masaki |
5 |
@property (retain) NSString * voiceActorsList; |
| 21 |
masaki |
238 |
@property (retain) XspfMXspfObject * xspf; |
| 22 |
masaki |
5 |
|
| 23 |
|
|
@end |
| 24 |
|
|
|
| 25 |
|
|
|
|