Fix Setup iOS wrong ctor
This commit is contained in:
Родитель
0c3b60b0e2
Коммит
a2f43f0eac
|
@ -13,8 +13,8 @@ namespace $rootnamespace$
|
|||
{
|
||||
}
|
||||
|
||||
public Setup(IMvxApplicationDelegate applicationDelegate, UIWindow window, IMvxIosViewPresenter presenter)
|
||||
: base(applicationDelegate, window, presenter)
|
||||
public Setup(IMvxApplicationDelegate applicationDelegate, IMvxIosViewPresenter presenter)
|
||||
: base(applicationDelegate, presenter)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче