xamarin-macios/tests/generator/bug15307.cs

15 строки
400 B
C#

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