1
0
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:
Kyle Spearrin
2016-05-26 22:22:38 -04:00
parent 38a8010b81
commit b5a7f9430a
7 changed files with 71 additions and 96 deletions

View File

@@ -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()
{
}
}
}
}