Wednesday, April 6, 2011

.h file

#import <UIKit/UIKit.h>

@interface Caller_AppViewController : UIViewController {
IBOutlet UILabel *message;

}

- (IBAction)buttonPressed;

@property (nonatomic, retain) IBOutlet UILabel *message;
@end

No comments:

Post a Comment