mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
storybaord work for extension
This commit is contained in:
@@ -14,19 +14,11 @@ namespace Bit.iOS.Extension
|
||||
[Register ("ActionViewController")]
|
||||
partial class ActionViewController
|
||||
{
|
||||
[Outlet]
|
||||
[GeneratedCode ("iOS Designer", "1.0")]
|
||||
UIImageView logo { get; set; }
|
||||
|
||||
[Action ("DoneClicked:")]
|
||||
partial void DoneClicked (Foundation.NSObject sender);
|
||||
|
||||
void ReleaseDesignerOutlets ()
|
||||
{
|
||||
if (logo != null) {
|
||||
logo.Dispose ();
|
||||
logo = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user