| 123456789101112131415161718 |
- //
- // StockingDetailViewController.h
- // IBOSSmini
- //
- // Created by apple on 2017/5/17.
- // Copyright © 2017年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- @interface StockingDetailViewController : BaseViewController
- /**
- id
- */
- @property(nonatomic,strong) NSString *stockingID;
- @end
|