| 1234567891011121314151617 |
- //
- // MyOrderViewController.h
- // BuguLive
- //
- // Created by yy on 16/11/17.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "SegmentView.h"
- @interface MyOrderViewController : UIViewController
- @property (nonatomic, strong) SegmentView *segmentView;
- @property (nonatomic, strong) SegmentView *listSegmentView;
- @end
|