xamarin-macios/tests/common/TestProjects/MyActionExtension/ActionViewController.design...

24 строки
538 B
C#

//
// This file has been generated automatically by MonoDevelop 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 Foundation;
namespace MyActionExtension
{
[Register ("ActionViewController")]
partial class ActionViewController
{
[Outlet]
UIKit.UIImageView imageView { get; set; }
[Action ("DoneClicked:")]
partial void DoneClicked (Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
}
}
}