1234567891011121314151617181920 |
- //
- // HCNativeShopCarHeader.h
- // hc
- //
- // Created by hc on 2018/11/6.
- // Copyright © 2018年 hc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface HCNativeShopCarHeader : UIView
- - (void)setDataWithDic:(id)dict;
- @end
- NS_ASSUME_NONNULL_END
|