18 lines
357 B
Objective-C
18 lines
357 B
Objective-C
//
|
|
// MaskTestResultVC.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/9/13.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "GiGaBaseViewController.h"
|
|
#import "MaskTestResult.h"
|
|
|
|
@interface MaskTestResultVC : GiGaBaseViewController
|
|
@property (nonatomic,strong) MaskTestResult *model;
|
|
@property (nonatomic) BOOL isfromshouYE;
|
|
|
|
|
|
@end
|