阅读背景:

第十九篇:猜图游戏UI完整代码

来源:互联网 

QJQuestions.h文件:

//  QJQuestions.h
//  04-猜图游戏
//
//  Created by 瞿杰 on 15/9/23.
//

#import <UIKit/UIKit.h>

@interface QJQuestion : NSObject

@property (nonatomic , copy)NSString * icon;
@property (nonatomic , copy)NSString * title;
@property (nonatomic , copy)NSString * answer;
@property (nonatomic , strong)NSArray * options;

+ (instancetype)qustionWithDictionary:(NSDictionary * )dic;
- (instancetype)initWithDictionary:(NSDictionary * )dic;

@end//  QJQuestions.h
//  04-猜图游戏
//




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: