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