use of me.jessyan.mvparms.demo.di.module.UserModule in project MVPArms by JessYanCoding.
the class UserActivity method setupActivityComponent.
@Override
protected void setupActivityComponent(AppComponent appComponent) {
this.mRxPermissions = new RxPermissions(this);
DaggerUserComponent.builder().appComponent(appComponent).userModule(new UserModule(this)).build().inject(this);
}
Aggregations