RefreshDataDelegate.h 243 B

12345678910111213
  1. //
  2. // RefreshData.h
  3. // IBOSSmini
  4. //
  5. // Created by guan hong hou on 2017/6/16.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol RefreshDataDelegate <NSObject>
  10. -(void)refreshData;
  11. @end