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:
24
src/iOS.Extension/ActionViewController.designer.cs
generated
Normal file
24
src/iOS.Extension/ActionViewController.designer.cs
generated
Normal 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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user