Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionViewController.m

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations) (download)
Sat Nov 7 13:19:39 2009 UTC (14 years, 5 months ago) by masaki
File size: 545 byte(s)
[Mod] selectedSegmentTagあたりをばっさり削除。
1 masaki 16 //
2     // XspfMCollectionViewController.m
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/05.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import "XspfMCollectionViewController.h"
10    
11    
12     @implementation XspfMCollectionViewController
13    
14     - (id)init
15     {
16     [super initWithNibName:@"CollectionView" bundle:nil];
17    
18     return self;
19     }
20    
21     #pragma mark#### XspfMCollectionView Delegate ####
22     - (void)enterAction:(XspfMCollectionView *)view
23     {
24 masaki 28 [xspfManager openXspf:self];
25 masaki 16 }
26    
27     #pragma mark#### Test ####
28     - (void)test01:(id)sender
29     {
30     NSLog(@"hoge");
31     }
32    
33    
34     @end

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