// // InspectNotUploadViewController.h // redstar // // Created by admin on 15/11/24. // Copyright © 2015年 ZWF. All rights reserved. // #import <UIKit/UIKit.h> #import "TaskModel.h" @interface InspectNotUploadViewController : UIViewController @property (nonatomic, assign) int questionCount; @property (nonatomic, strong) TaskModel *taskModel; @property(nonatomic, strong) NSString *store_uuid; @property (nonatomic, strong) NSString *uuid; // 口碑巡检uuid @property (nonatomic, strong) NSString *praiseUuid; @property (nonatomic, strong) NSString *questionUuid; @end