| 123456789101112131415161718 |
- //
- // OtherOutStorageDelegate.h
- // IBOSSmini
- //
- // Created by guan hong hou on 2018/4/27.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @protocol OtherOutStorageDelegate <NSObject>
- @optional
- -(void)btnCheckPressed:(NSInteger)index;
- -(void)goGoodsDetail:(NSInteger)index;
- -(void)goCorrect:(NSInteger)index;
- @end
|