// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace iSOFlair {
// Base type probably should be MonoTouch.Foundation.NSObject or subclass
[MonoTouch.Foundation.Register("AppDelegate")]
public partial class AppDelegate {
[MonoTouch.Foundation.Connect("window")]
protected MonoTouch.UIKit.UIWindow window {
get {
return ((MonoTouch.UIKit.UIWindow)(this.GetNativeField("window")));
}
set {
this.SetNativeField("window", value);
}
}
[MonoTouch.Foundation.Connect("labelUsername")]
protected MonoTouch.UIKit.UILabel labelUsername {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("labelUsername")));
}
set {
this.SetNativeField("labelUsername", value);
}
}
[MonoTouch.Foundation.Connect("labelPoints")]
protected MonoTouch.UIKit.UILabel labelPoints {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("labelPoints")));
}
set {
this.SetNativeField("labelPoints", value);
}
}
[MonoTouch.Foundation.Connect("imageviewGravatar")]
protected MonoTouch.UIKit.UIImageView imageviewGravatar {
get {
return ((MonoTouch.UIKit.UIImageView)(this.GetNativeField("imageviewGravatar")));
}
set {
this.SetNativeField("imageviewGravatar", value);
}
}
[MonoTouch.Foundation.Connect("labelLastUpdated")]
protected MonoTouch.UIKit.UILabel labelLastUpdated {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("labelLastUpdated")));
}
set {
this.SetNativeField("labelLastUpdated", value);
}
}
[MonoTouch.Foundation.Connect("buttonUpdate")]
protected MonoTouch.UIKit.UIButton buttonUpdate {
get {
return ((MonoTouch.UIKit.UIButton)(this.GetNativeField("buttonUpdate")));
}
set {
this.SetNativeField("buttonUpdate", value);
}
}
}
}