Browse Subversion Repository
Annotation of /XspfManager/XspfMListViewController.m
Parent Directory
| Revision Log
Revision 24 -
( hide annotations)
( download)
Sat Nov 7 11:41:27 2009 UTC
(14 years, 5 months ago)
by masaki
File size: 310 byte(s)
[Mod] XspfMListViewControllerとListView.xibを修正。
| 1 |
masaki |
21 |
// |
| 2 |
|
|
// XspfMListViewController.m |
| 3 |
|
|
// XspfManager |
| 4 |
|
|
// |
| 5 |
|
|
// Created by Hori,Masaki on 09/11/07. |
| 6 |
|
|
// Copyright 2009 masakih. All rights reserved. |
| 7 |
|
|
// |
| 8 |
|
|
|
| 9 |
|
|
#import "XspfMListViewController.h" |
| 10 |
|
|
|
| 11 |
|
|
|
| 12 |
|
|
@implementation XspfMListViewController |
| 13 |
|
|
|
| 14 |
masaki |
24 |
- (id)init |
| 15 |
|
|
{ |
| 16 |
|
|
[super initWithNibName:@"ListView" bundle:nil]; |
| 17 |
|
|
|
| 18 |
|
|
return self; |
| 19 |
|
|
} |
| 20 |
|
|
|
| 21 |
masaki |
21 |
@end |
|