blob: e542dbae8bb9f0426785e68afaefd65cf93d685a [file] [log] [blame]
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
{
IBOutlet UILabel *label;
}
@property (nonatomic, readonly) UILabel *label;
@end