OC之C语言的基础知识

2015-08-06 0 495
OC之C语言的基础知识
//
//  Person.h
//  Hello
//
//  Created by DGSCDI on 15/10/9.
//  Copyright © 2015年 com.tianyi. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Person : NSObject{
    //定义全局变量
    int _number;//编号
    NSString *_name;//姓名
    int _age;//年龄
}

//成员方法
-(void)setNumber:(int)number;
-(void)introduce;

@end

遇见资源网 objective-c OC之C语言的基础知识 http://www.ox520.com/18042.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务