//// ViewController.m// 实训一练习//// Created by 员非凡 on 2018/1/17.// Cop...
//// Music.h// 第二单元 音乐播放器//// Created by 爱人闵敬凌 on 2017/6/7.// Copyri...
#import@interface DataBase : NSObject { NSDictionary *dict; } + (instanc...
#import "FourViewController.h"@interface FourViewController (){ UITableV...
#import "ViewController.h" @interface ViewController () { UIScrollView *...
let num1 = 1; let num2 = 2; let num3 = 3; let num4 = 4; let array1=NSMut...
#import "ViewController.h "#import "Mycell.h" @interface ViewController ...
LiViewController *li = [[LiViewController alloc]init]; li.title = @"理财";...
#import@interface AppDelegate : UIResponder@property (strong, nonatomic)...