Created by Lyy on 2016/9/27.
| 23 | * Created by Lyy on 2016/9/27. |
| 24 | */ |
| 25 | public class BaseModule extends AbsModule { |
| 26 | public BaseModule(Context context) { |
| 27 | super(context); |
| 28 | } |
| 29 | } |
nothing calls this directly
no outgoing calls
no test coverage detected