UI5_HomeWork】的更多相关文章

// // View.h // UI5_HomeWork // // Created by zhangxueming on 15/7/2. // Copyright (c) 2015年 zhangxueming. All rights reserved. // #import <UIKit/UIKit.h> #import "DataModel.h" @interface View : UIView //构造视图 - (id)initWithFrame:(CGRect)fr…
// // ItemCompany.h // UI5_HomeWork // // Created by zhangxueming on 15/7/3. // Copyright (c) 2015年 zhangxueming. All rights reserved. // #import <Foundation/Foundation.h> @interface ItemCompany : NSObject @property (nonatomic, copy) NSString *compa…
// // View.h // UI5_HomeWork // // Created by zhangxueming on 15/7/2. // Copyright (c) 2015年 zhangxueming. All rights reserved. // #import <UIKit/UIKit.h> #import "DataModel.h" @interface View : UIView //构造视图 - (id)initWithFrame:(CGRect)fr…