mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
ios extension removed storyboard. return values to js.
This commit is contained in:
16
src/iOS.Extension/ActionViewController.designer.cs
generated
16
src/iOS.Extension/ActionViewController.designer.cs
generated
@@ -1,9 +1,9 @@
|
||||
// WARNING
|
||||
//
|
||||
// This file has been generated automatically to store outlets and
|
||||
// actions made in the Xcode designer. If it is removed, they will be lost.
|
||||
// Manual changes to this file may not be handled correctly.
|
||||
// This file has been generated automatically by Visual Studio from the outlets and
|
||||
// actions declared in your storyboard file.
|
||||
// Manual changes to this file will not be maintained.
|
||||
//
|
||||
using UIKit;
|
||||
using Foundation;
|
||||
|
||||
namespace Bit.iOS.Extension
|
||||
@@ -11,14 +11,8 @@ namespace Bit.iOS.Extension
|
||||
[Register("ActionViewController")]
|
||||
partial class ActionViewController
|
||||
{
|
||||
[Outlet]
|
||||
UIImageView imageView { get; set; }
|
||||
|
||||
[Action("DoneClicked:")]
|
||||
partial void DoneClicked(NSObject sender);
|
||||
|
||||
void ReleaseDesignerOutlets()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user