InspectTaskViewController.h 501 Bytes
Newer Older
admin's avatar
admin committed
1 2 3 4 5 6 7 8 9
//
//  InspectTaskViewController.h
//  redstar
//
//  Created by admin on 15/10/27.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>
10
#import "InspectListCell.h"
admin's avatar
admin committed
11 12

@interface InspectTaskViewController : UIViewController
13
@property (nonatomic, assign) CGFloat multiplier;
admin's avatar
admin committed
14 15 16 17 18 19
@property (nonatomic, copy) NSString *allNumber;
@property (nonatomic, copy) NSString *alreadyNumber;

@property (nonatomic, copy) NSString *store_uuid;
@property (nonatomic, copy) NSString *uuid;

admin's avatar
admin committed
20
@end