Luigi

Results 2 issues of Luigi

建议在`BHServiceManager.h` 中把获取类名的方法`- (Class)serviceImplClass:(Protocol *)service;`也给暴露出来,因为有的protocol可能有类方法,在调用类方法时候时可能还没必要创建实体对象。 ![image](https://user-images.githubusercontent.com/5189595/57685246-17d5a880-766a-11e9-96f4-84b21fa82f73.png)

`#if TARGET_IPHONE_SIMULATOR #include #else` iOS 11上报错,需要improt方式 `#import "Route.h"`