- //
- // XueShiCheckList.h
- // LNManager
- //
- // Created by EchoShacolee on 2017/4/9.
- // Copyright © 2017年 lee. All rights reserved.
- //
- #import "Base_tbVC.h"
- @interface XueShiCheckList : Base_tbVC
- @property(nonatomic,copy)NSString *type;//1.推送进来的 2.其它
- @end
|