project_files/HedgewarsMobile/Classes/MNEValueTrackingSlider.h
branchios-develop
changeset 12877 00215a7ec5f5
parent 6700 e04da46ee43c
equal deleted inserted replaced
12876:2c06b1120749 12877:00215a7ec5f5
    15     SliderValuePopupView *valuePopupView;
    15     SliderValuePopupView *valuePopupView;
    16     NSString *textValue;
    16     NSString *textValue;
    17 }
    17 }
    18 
    18 
    19 @property (nonatomic, readonly) CGRect thumbRect;
    19 @property (nonatomic, readonly) CGRect thumbRect;
    20 @property (nonatomic, retain) NSString *textValue;
    20 @property (nonatomic, strong) NSString *textValue;
    21 
    21 
    22 @end
    22 @end