Update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface ViewController : UIViewController {
|
||||
IBOutlet UILabel *label;
|
||||
}
|
||||
|
||||
@property (retain,nonatomic) UILabel *label;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user