ReportDetailViewController.h 366 Bytes
Newer Older
陈俊俊's avatar
陈俊俊 committed
1 2 3 4 5 6 7 8 9
//
//  ReportDetailViewController.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/11/11.
//  Copyright © 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"
10
#import "Compass.h"
陈俊俊's avatar
陈俊俊 committed
11
@interface ReportDetailViewController : ICRBaseViewController
陈俊俊's avatar
陈俊俊 committed
12
@property (nonatomic,strong)NSString *reportStyle;
13
@property (nonatomic,strong)Compass *compass;
14

陈俊俊's avatar
陈俊俊 committed
15
@end