| 12345678910111213141516 |
- //
- // ShopListViewController.h
- // BuguLive
- //
- // Created by yy on 16/9/20.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ShopListViewController : BGBaseViewController
- @property (nonatomic, copy) NSString *user_id;
- @property (nonatomic, assign) BOOL isOTOShop;
- @end
|