PushManageViewController.h 282 B

123456789101112131415
  1. //
  2. // PushManageViewController.h
  3. // BuguLive
  4. //
  5. // Created by GuoMs on 16/7/19.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. @interface PushManageViewController : BGBaseViewController
  10. @property (nonatomic, copy) NSString *userId;
  11. @end