MyOrderViewController.h 357 B

1234567891011121314151617
  1. //
  2. // MyOrderViewController.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/11/17.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "SegmentView.h"
  10. @interface MyOrderViewController : UIViewController
  11. @property (nonatomic, strong) SegmentView *segmentView;
  12. @property (nonatomic, strong) SegmentView *listSegmentView;
  13. @end