|
@@ -6,6 +6,7 @@ import com.guadou.cs_router.auth.IAuthComponentServer
|
|
import com.guadou.cs_router.ewallet.IEWalletComponentServer
|
|
import com.guadou.cs_router.ewallet.IEWalletComponentServer
|
|
import com.guadou.cs_router.main.IMainComponentServer
|
|
import com.guadou.cs_router.main.IMainComponentServer
|
|
import com.guadou.cs_router.parttime.IParttimeComponentServer
|
|
import com.guadou.cs_router.parttime.IParttimeComponentServer
|
|
|
|
+import com.guadou.cs_router.rewards.IRewardsComponentServer
|
|
import com.guadou.cs_router.service.IServiceComponentServer
|
|
import com.guadou.cs_router.service.IServiceComponentServer
|
|
|
|
|
|
|
|
|
|
@@ -21,6 +22,8 @@ object YYRouterService {
|
|
|
|
|
|
var eWalletComponentServer: IEWalletComponentServer? = ARouter.getInstance().navigation(IEWalletComponentServer::class.java)
|
|
var eWalletComponentServer: IEWalletComponentServer? = ARouter.getInstance().navigation(IEWalletComponentServer::class.java)
|
|
|
|
|
|
|
|
+ var rewardsComponentServer: IRewardsComponentServer? = ARouter.getInstance().navigation(IRewardsComponentServer::class.java)
|
|
|
|
+
|
|
var serviceComponentServer: IServiceComponentServer? = ARouter.getInstance().navigation(IServiceComponentServer::class.java)
|
|
var serviceComponentServer: IServiceComponentServer? = ARouter.getInstance().navigation(IServiceComponentServer::class.java)
|
|
|
|
|
|
}
|
|
}
|