ShopListViewController.h 315 B

12345678910111213141516
  1. //
  2. // ShopListViewController.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/9/20.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ShopListViewController : BGBaseViewController
  10. @property (nonatomic, copy) NSString *user_id;
  11. @property (nonatomic, assign) BOOL isOTOShop;
  12. @end