12345678910111213141516171819202122 |
- //
- // KDPOrderDetailViewController.h
- // KuDianProject
- //
- // Created by admin on 2019/7/9.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPMainViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPOrderDetailViewController : KDPMainViewController
- @property (nonatomic, copy) NSString *live_stream_id;
- @property (nonatomic, copy) NSString *live_time;
- @end
- NS_ASSUME_NONNULL_END
|