|
|
@@ -161,6 +161,9 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i421.KeyboardTutorialVideoIosViewController>(
|
|
|
() => _i421.KeyboardTutorialVideoIosViewController(),
|
|
|
);
|
|
|
+ gh.factory<_i507.KeyboardTutorialController>(
|
|
|
+ () => _i507.KeyboardTutorialController(),
|
|
|
+ );
|
|
|
gh.factory<_i925.KeyboardTutorialVideoAndroidViewController>(
|
|
|
() => _i925.KeyboardTutorialVideoAndroidViewController(),
|
|
|
);
|
|
|
@@ -180,6 +183,20 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i232.DeleteProfileConfirmController>(
|
|
|
() => _i232.DeleteProfileConfirmController(),
|
|
|
);
|
|
|
+ gh.factory<_i101.KeyboardTutorialVideoController>(
|
|
|
+ () => _i101.KeyboardTutorialVideoController(),
|
|
|
+ );
|
|
|
+ gh.factory<_i973.SplashController>(() => _i973.SplashController());
|
|
|
+ gh.factory<_i333.DiscountController>(() => _i333.DiscountController());
|
|
|
+ gh.factory<_i827.RecoverSubscribeController>(
|
|
|
+ () => _i827.RecoverSubscribeController(),
|
|
|
+ );
|
|
|
+ gh.factory<_i1060.ZodiacLoveIntimacyController>(
|
|
|
+ () => _i1060.ZodiacLoveIntimacyController(),
|
|
|
+ );
|
|
|
+ gh.factory<_i415.KeyboardMethodHandler>(
|
|
|
+ () => _i415.KeyboardMethodHandler(),
|
|
|
+ );
|
|
|
gh.lazySingleton<_i495.WechatLoginService>(
|
|
|
() => _i495.WechatLoginService(),
|
|
|
);
|