Browse Subversion Repository
Annotation of /XspfManager/XspfMDetailViewController.h
Parent Directory
| Revision Log
Revision 47 -
( hide annotations)
( download)
( as text)
Sun Nov 8 15:00:29 2009 UTC
(14 years, 5 months ago)
by masaki
File MIME type: text/x-chdr
File size: 275 byte(s)
[Refactoring] DetailViewを分離。
| 1 |
masaki |
47 |
// |
| 2 |
|
|
// XspfMDetailViewController.h |
| 3 |
|
|
// XspfManager |
| 4 |
|
|
// |
| 5 |
|
|
// Created by Hori,Masaki on 09/11/08. |
| 6 |
|
|
// Copyright 2009 masakih. All rights reserved. |
| 7 |
|
|
// |
| 8 |
|
|
|
| 9 |
|
|
#import <Cocoa/Cocoa.h> |
| 10 |
|
|
|
| 11 |
|
|
#import "XspfMViewController.h" |
| 12 |
|
|
|
| 13 |
|
|
@interface XspfMDetailViewController : XspfMViewController |
| 14 |
|
|
{ |
| 15 |
|
|
|
| 16 |
|
|
} |
| 17 |
|
|
|
| 18 |
|
|
@end |
|