// // This file is automatically generated, do not edit // using MonoTouch.Foundation; using MonoTouch.UIKit; public partial class TextViewController : UIViewController { [Connect] public UIView view { get { return (UIView) GetNativeField ("view"); } set { SetNativeField ("view", value); } } }