摘要: #import <Foundation/Foundation.h> @interface Computer : NSObject @property(assign,nonatomic) int ComCount; -(int)Punches;//出拳 @end #import "Computer.h 阅读全文
posted @ 2016-03-08 22:51 唐唐_010 阅读(266) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> @interface ViewController : UIViewController @property(strong,nonatomic) UIButton *btnTest; @property(strong,nonatomic) UIText 阅读全文
posted @ 2016-03-08 22:42 唐唐_010 阅读(172) 评论(0) 推荐(0) 编辑