资源简介

导入AVFoundation.framework框架

资源截图

代码片段和文件信息

//
//  Music.m
//  test
//
//  Created by ibokan on 14-1-8.
//  Copyright (c) 2014年 ibokan. All rights reserved.
//

#import “Music.h“
static Music * _singleton;
@implementation Music
-(id)initWithName:(NSString *)name andType:(NSString *)type
{
    if(self = [super init])
    {
        self.name = name;
        self.type = type;
    }
    return self;
}
@end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-01-10 14:25  test鍓湰 6\
     文件       12292  2014-01-10 15:03  test鍓湰 6\.DS_Store
     目录           0  2014-01-10 15:10  __MACOSX\
     目录           0  2014-01-10 15:10  __MACOSX\test鍓湰 6\
     文件          82  2014-01-10 15:03  __MACOSX\test鍓湰 6\._.DS_Store
     文件        3637  2014-01-08 20:57  test鍓湰 6\here come vi.lrc
     文件         171  2014-01-08 20:57  __MACOSX\test鍓湰 6\._here come vi.lrc
     文件     3225438  2013-01-08 09:39  test鍓湰 6\here come vi.mp3
     文件         629  2013-01-08 09:39  __MACOSX\test鍓湰 6\._here come vi.mp3
     文件        4111  2014-01-09 20:22  test鍓湰 6\heros come back.lrc
     文件         171  2014-01-09 20:22  __MACOSX\test鍓湰 6\._heros come back.lrc
     文件     4394246  2013-12-14 22:49  test鍓湰 6\heros come back.mp3
     文件         860  2013-12-14 22:49  __MACOSX\test鍓湰 6\._heros come back.mp3
     文件         340  2014-01-09 10:27  test鍓湰 6\Music.h
     文件         171  2014-01-09 10:27  __MACOSX\test鍓湰 6\._Music.h
     文件         364  2014-01-09 10:27  test鍓湰 6\Music.m
     文件         171  2014-01-09 10:27  __MACOSX\test鍓湰 6\._Music.m
     文件        1489  2014-01-10 11:18  test鍓湰 6\MusicPlayerViewController.h
     文件         171  2014-01-10 11:18  __MACOSX\test鍓湰 6\._MusicPlayerViewController.h
     文件       15701  2014-01-10 14:25  test鍓湰 6\MusicPlayerViewController.m
     文件         171  2014-01-10 14:25  __MACOSX\test鍓湰 6\._MusicPlayerViewController.m
     文件        9654  2014-01-09 20:50  test鍓湰 6\MusicPlayerViewController.xib
     文件         428  2014-01-09 11:39  test鍓湰 6\MusicViewController.h
     文件         171  2014-01-09 11:39  __MACOSX\test鍓湰 6\._MusicViewController.h
     文件        2778  2014-01-09 12:53  test鍓湰 6\MusicViewController.m
     文件         171  2014-01-09 12:53  __MACOSX\test鍓湰 6\._MusicViewController.m
     文件         187  2014-01-10 11:53  test鍓湰 6\MyCell.h
     文件         171  2014-01-10 11:53  __MACOSX\test鍓湰 6\._MyCell.h
     文件        1048  2014-01-10 11:59  test鍓湰 6\MyCell.m
     文件         171  2014-01-10 11:59  __MACOSX\test鍓湰 6\._MyCell.m
     目录           0  2014-01-08 16:02  test鍓湰 6\test\
............此处省略47个文件信息

评论

共有 条评论