| 12345678910111213 |
- //
- // OtherInStorageDetailVC.h
- // IBOSSmini
- //
- // Created by guan hong hou on 2018/4/24.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- @interface OtherInStorageDetailVC : BaseViewController
- @property(nonatomic,strong)OtherInStorageListModel *otherInStorageListModel;
- @end
|