mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
25 lines
566 B
C#
25 lines
566 B
C#
//
|
|
// 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()
|
|
{
|
|
}
|
|
}
|
|
}
|