project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m
changeset 6078 8c0cc07731e5
parent 5982 283be2ca54a7
child 6095 332d45c08592
equal deleted inserted replaced
6077:d8fa5a85d24f 6078:8c0cc07731e5
    19  */
    19  */
    20 
    20 
    21 
    21 
    22 #import "SingleSchemeViewController.h"
    22 #import "SingleSchemeViewController.h"
    23 #import <QuartzCore/QuartzCore.h>
    23 #import <QuartzCore/QuartzCore.h>
    24 #import "CommodityFunctions.h"
    24 
    25 #import "UIImageExtra.h"
       
    26 
    25 
    27 #define LABEL_TAG  12345
    26 #define LABEL_TAG  12345
    28 #define SLIDER_TAG 54321
    27 #define SLIDER_TAG 54321
    29 #define SWITCH_TAG 67890
    28 #define SWITCH_TAG 67890
    30 
    29