xamarin-macios/tests/generator/bug23041.cs

11 строки
227 B
C#
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
using MonoTouch;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
namespace Test {
[Model, BaseType (typeof (UIPopoverControllerDelegate))]
[Protocol]
public partial interface BindingMainTabBarControllerScreensHandler {
}
}