SendNotifyVC.h 278 B

12345678910111213141516
  1. //
  2. // SendNotifyVC.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/6/21.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import "BaseVC.h"
  9. @interface SendNotifyVC : BaseVC
  10. @property(nonatomic,strong)NSArray *ids;
  11. @property(nonatomic,copy)NSString *type;
  12. @end