Skip to content

Instantly share code, notes, and snippets.

@tmiz
Created December 15, 2011 19:11
Show Gist options
  • Save tmiz/1482387 to your computer and use it in GitHub Desktop.
Save tmiz/1482387 to your computer and use it in GitHub Desktop.
Generated header
// WARNING
// This file has been generated automatically by MonoDevelop to
// mirror C# types. Changes in this file made by drag-connecting
// from the UI designer will be synchronized back to C#, but
// more complex manual changes may not transfer correctly.
#import <Cocoa/Cocoa.h>
#import <Foundation/Foundation.h>
#import "NSObject.h"
#import "NSString.h"
@interface KVOTest : NSObject {
NSString *_title;
}
@property (nonatomic, retain) IBOutlet NSString *title;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment