View difference between Paste ID: NE9d3vgQ and iY0RjYkP
SHOW: | | - or go back to the newest paste.
1-
//
1+
2-
//  ViewController.h
2+
3-
//  Numbers
3+
4-
//
4+
5-
//  Created by Peter Kralik on 31.7.2013.
5+
6-
//  Copyright (c) 2013 Peter Kralik. All rights reserved.
6+
7-
//
7+
8
    UILabel *Stav;
9
    UILabel *Stav2;
10
    IBOutlet UIImageView *Free;
11
    IBOutlet UIImageView *booked;
12
}
13
14
@property (nonatomic, retain) IBOutlet UILabel *Label;
15
@property (nonatomic, retain) IBOutlet UITextField *Name;
16
@property (nonatomic, retain) IBOutlet UILabel *Stav;
17
@property (retain, nonatomic) IBOutlet UILabel *Stav2;
18
19
-(IBAction)Button1:(id)sender;
20
-(IBAction)dismissKeyboard;
21
22
@end