2022-01-25 21:41:56 +01:00
|
|
|
// WARNING
|
|
|
|
//
|
|
|
|
// This file has been generated automatically by Visual Studio to store outlets and
|
|
|
|
// actions made in the UI designer. If it is removed, they will be lost.
|
|
|
|
// Manual changes to this file may not be handled correctly.
|
|
|
|
//
|
|
|
|
using Foundation;
|
|
|
|
using System.CodeDom.Compiler;
|
|
|
|
|
|
|
|
namespace Bit.iOS.ShareExtension
|
|
|
|
{
|
|
|
|
[Register ("LockPasswordViewController")]
|
|
|
|
partial class LockPasswordViewController
|
|
|
|
{
|
2022-07-12 19:12:23 +02:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UIBarButtonItem _accountSwitchingButton { get; set; }
|
|
|
|
|
2022-01-25 21:41:56 +01:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UIBarButtonItem _cancelButton { get; set; }
|
|
|
|
|
|
|
|
[Outlet]
|
|
|
|
UIKit.UITableView _mainTableView { get; set; }
|
|
|
|
|
2022-07-12 19:12:23 +02:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UINavigationBar _navBar { get; set; }
|
|
|
|
|
2022-01-25 21:41:56 +01:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UINavigationItem _navItem { get; set; }
|
|
|
|
|
2022-07-12 19:12:23 +02:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UIView _overlayView { get; set; }
|
|
|
|
|
2022-01-25 21:41:56 +01:00
|
|
|
[Outlet]
|
|
|
|
UIKit.UIBarButtonItem _submitButton { get; set; }
|
|
|
|
|
2022-07-12 19:12:23 +02:00
|
|
|
[Action ("AccountSwitchingButton_Activated:")]
|
|
|
|
partial void AccountSwitchingButton_Activated (UIKit.UIBarButtonItem sender);
|
|
|
|
|
2022-01-25 21:41:56 +01:00
|
|
|
[Action ("CancelButton_Activated:")]
|
|
|
|
partial void CancelButton_Activated (UIKit.UIBarButtonItem sender);
|
|
|
|
|
|
|
|
[Action ("SubmitButton_Activated:")]
|
|
|
|
partial void SubmitButton_Activated (UIKit.UIBarButtonItem sender);
|
|
|
|
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
|
|
{
|
2022-07-12 19:12:23 +02:00
|
|
|
if (_accountSwitchingButton != null) {
|
|
|
|
_accountSwitchingButton.Dispose ();
|
|
|
|
_accountSwitchingButton = null;
|
|
|
|
}
|
|
|
|
|
2022-01-25 21:41:56 +01:00
|
|
|
if (_cancelButton != null) {
|
|
|
|
_cancelButton.Dispose ();
|
|
|
|
_cancelButton = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_mainTableView != null) {
|
|
|
|
_mainTableView.Dispose ();
|
|
|
|
_mainTableView = null;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_navItem != null) {
|
|
|
|
_navItem.Dispose ();
|
|
|
|
_navItem = null;
|
|
|
|
}
|
|
|
|
|
2022-07-12 19:12:23 +02:00
|
|
|
if (_overlayView != null) {
|
|
|
|
_overlayView.Dispose ();
|
|
|
|
_overlayView = null;
|
|
|
|
}
|
|
|
|
|
2022-01-25 21:41:56 +01:00
|
|
|
if (_submitButton != null) {
|
|
|
|
_submitButton.Dispose ();
|
|
|
|
_submitButton = null;
|
|
|
|
}
|
2022-07-12 19:12:23 +02:00
|
|
|
|
|
|
|
if (_navBar != null) {
|
|
|
|
_navBar.Dispose ();
|
|
|
|
_navBar = null;
|
|
|
|
}
|
2022-01-25 21:41:56 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|