1234567891011121314151617181920 |
- //
- // KDPOrderTitleCell.h
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/12.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "XLPageTitleCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPOrderTitleCell : XLPageTitleCell
- @property(nonatomic,strong)UILabel *titlelabel;
- @property(nonatomic,strong)UILabel *numLabel;
- @end
- NS_ASSUME_NONNULL_END
|