14 lines
208 B
Objective-C
14 lines
208 B
Objective-C
//
|
|
// ShareReportCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/9/9.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import "Reprt4ViewCell.h"
|
|
|
|
@interface ShareReportCell : Reprt4ViewCell
|
|
|
|
@end
|