摘要: #import #import @interface MjMusicViewController : UIViewController{ NSInteger controlPlayStyle; NSInteger controlPlay; NSMutableArray *timeA... 阅读全文
posted @ 2014-07-18 20:18 平淡的我 阅读(354) 评论(0) 推荐(0) 编辑
摘要: ```objc#import "ViewController.h"int threadNumber = 0;int newThingNumber = 0;@interface ViewController ()@end@implementation ViewController- (void)vie... 阅读全文
posted @ 2014-07-18 09:53 平淡的我 阅读(295) 评论(1) 推荐(0) 编辑
摘要: ```objc#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *action;@end@implementation ... 阅读全文
posted @ 2014-07-18 09:51 平淡的我 阅读(144) 评论(0) 推荐(0) 编辑