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