- //
- // PushManageViewController.h
- // BuguLive
- //
- // Created by GuoMs on 16/7/19.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import "BaseViewController.h"
- @interface PushManageViewController : BGBaseViewController
- @property (nonatomic, copy) NSString *userId;
- @end
|