YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!

iOS-数据库-Student类-附件(2)

iOS-数据库-ViewController.m 调用- 数据库附件(1)

iOS-数据库-Student类-附件(2)

//
// Student.h
// UI17_数据库
//
// Created by YIem on 16/3/3.
// Copyright © 2016年 YIem. All rights reserved.
//

import <Foundation/Foundation.h>

@interface Student : NSObject
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *sex;
@property (nonatomic, assign) NSInteger age;
@end


//
// Student.m
// UI17_数据库
//
// Created by YIem on 16/3/3.
// Copyright © 2016年 YIem. All rights reserved.
//

import "Student.h"

@implementation Student

@end

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »