UIResponder+Router.h 277 B

12345678910111213
  1. //
  2. // UIResponder+Router.h
  3. // iSales-UWAVER
  4. //
  5. // Created by Ray on 2018/8/10.
  6. // Copyright © 2018 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIResponder (Router)
  10. -(void)routerEvent:(NSString*)event Info:(id)info;
  11. @end