Skip to content
Snippets Groups Projects
Commit c3b12d2b authored by Maxime Graulich's avatar Maxime Graulich
Browse files

oops, forgot to commit this one

parent 26ca31fb
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,11 @@
@property (weak, nonatomic) IBOutlet UILabel *Name;
@property (weak, nonatomic) IBOutlet UIPickerView *IntervalsType;
@property (weak, nonatomic) IBOutlet UITextField *Intervals;
@property (weak, nonatomic) IBOutlet UIStepper *IntervalsStepper;
@property (weak, nonatomic) IBOutlet UISlider *RaiseZ;
- (IBAction)stepperValueChanged:(UIStepper *)sender;
- (void)setPView:(PView*)p;
@end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment