QuestionUnsolvedViewController.h 330 Bytes
//
//  QuestionUnsolvedViewController.h
//  redstar
//
//  Created by admin on 16/6/4.
//  Copyright © 2016年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface QuestionUnsolvedViewController : UIViewController
@property (nonatomic, assign) NSInteger row;
@property (nonatomic, copy) NSString *questionUuid;
@end