12345678910111213141516 |
- //
- // SendNotifyVC.h
- // LNManager
- //
- // Created by EchoShacolee on 2017/6/21.
- // Copyright © 2017年 lee. All rights reserved.
- //
- #import "BaseVC.h"
- @interface SendNotifyVC : BaseVC
- @property(nonatomic,strong)NSArray *ids;
- @property(nonatomic,copy)NSString *type;
- @end
|