This repository was archived by the owner on Oct 19, 2025. It is now read-only.
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
BHServiceManager.h 中把获取类名的方法也给暴露出来;而 createService 只提供返回了实体对象。 #138
建议在
BHServiceManager.h中把获取类名的方法- (Class)serviceImplClass:(Protocol *)service;也给暴露出来,因为有的protocol可能有类方法,在调用类方法时候时可能还没必要创建实体对象。