1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 06:43:17 +00:00

Added and configured iOS Extension project with ExtensionPreprocessingJS for webpage analysis.

This commit is contained in:
Kyle Spearrin
2016-05-07 01:54:44 -04:00
parent d4b56e0e16
commit 1664c3fbf0
12 changed files with 480 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
//
// 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.
//
using UIKit;
using Foundation;
namespace Bit.iOS.Extension
{
[Register("ActionViewController")]
partial class ActionViewController
{
[Outlet]
UIImageView imageView { get; set; }
[Action("DoneClicked:")]
partial void DoneClicked(NSObject sender);
void ReleaseDesignerOutlets()
{
}
}
}