1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

moved view controllers to core library for reuse

This commit is contained in:
Kyle Spearrin
2018-09-20 21:54:01 -04:00
parent df80122ce1
commit 5f1a8017f1
18 changed files with 1138 additions and 1019 deletions

View File

@@ -38,13 +38,19 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Constants.cs" />
<Compile Include="Controllers\ExtendedUITableViewController.cs" />
<Compile Include="Controllers\ExtendedUIViewController.cs" />
<Compile Include="Controllers\LockFingerprintViewController.cs" />
<Compile Include="Controllers\LockPasswordViewController.cs" />
<Compile Include="Controllers\LockPinViewController.cs" />
<Compile Include="Controllers\LoginAddViewController.cs" />
<Compile Include="Controllers\PasswordGeneratorViewController.cs" />
<Compile Include="HockeyAppCrashManagerDelegate.cs" />
<Compile Include="Models\AppExtensionContext.cs" />
<Compile Include="Models\PasswordGenerationOptions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\AppInfoService.cs" />
<Compile Include="Services\NoopDeviceActionService.cs" />