project_files/HedgewarsMobile/Classes/EditableCellView.m
changeset 6078 8c0cc07731e5
parent 5700 f0960a88ab0e
child 6700 e04da46ee43c
equal deleted inserted replaced
6077:d8fa5a85d24f 6078:8c0cc07731e5
    18  * File created on 03/07/2010.
    18  * File created on 03/07/2010.
    19  */
    19  */
    20 
    20 
    21 
    21 
    22 #import "EditableCellView.h"
    22 #import "EditableCellView.h"
    23 #import "CommodityFunctions.h"
    23 
    24 
    24 
    25 @implementation EditableCellView
    25 @implementation EditableCellView
    26 @synthesize delegate, textField, titleLabel, minimumCharacters, maximumCharacters, respectEditing, oldValue;
    26 @synthesize delegate, textField, titleLabel, minimumCharacters, maximumCharacters, respectEditing, oldValue;
    27 
    27 
    28 -(id) initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {
    28 -(id) initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier {