зеркало из https://github.com/xamarin/ios-samples.git
22 строки
489 B
C#
22 строки
489 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 MonoTouch.Foundation;
|
|
|
|
namespace coreimage
|
|
{
|
|
[Register ("FlipsideViewController")]
|
|
partial class FlipsideViewController
|
|
{
|
|
[Action ("done:")]
|
|
partial void done (MonoTouch.UIKit.UIBarButtonItem sender);
|
|
|
|
void ReleaseDesignerOutlets ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|