xamarin-macios/tests/generator/bug15307.cs

14 строки
429 B
C#

// https://bugzilla.xamarin.com/show_bug.cgi?id=15307#c3
using System;
using MonoTouch.ObjCRuntime;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace BindingTests {
// error BI1018: btouch: No [Export] attribute on property MonoTouch.ObjCRuntime.INativeObject.Handle
[BaseType (typeof (UIPageViewController))]
interface MyPageViewController : IUIPageViewControllerDelegate, IUIPageViewControllerDataSource {
}
}