OtherOutStorageDelegate.h 366 B

123456789101112131415161718
  1. //
  2. // OtherOutStorageDelegate.h
  3. // IBOSSmini
  4. //
  5. // Created by guan hong hou on 2018/4/27.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol OtherOutStorageDelegate <NSObject>
  10. @optional
  11. -(void)btnCheckPressed:(NSInteger)index;
  12. -(void)goGoodsDetail:(NSInteger)index;
  13. -(void)goCorrect:(NSInteger)index;
  14. @end