project_files/HedgewarsMobile/Classes/FlagsViewController.m
changeset 6078 8c0cc07731e5
parent 5208 878e551f0b4a
child 6104 117bdf4e7af9
equal deleted inserted replaced
6077:d8fa5a85d24f 6078:8c0cc07731e5
    19  */
    19  */
    20 
    20 
    21 
    21 
    22 #import "FlagsViewController.h"
    22 #import "FlagsViewController.h"
    23 #import <QuartzCore/QuartzCore.h>
    23 #import <QuartzCore/QuartzCore.h>
    24 #import "CommodityFunctions.h"
    24 
    25 
    25 
    26 @implementation FlagsViewController
    26 @implementation FlagsViewController
    27 @synthesize teamDictionary, flagArray, communityArray, lastIndexPath;
    27 @synthesize teamDictionary, flagArray, communityArray, lastIndexPath;
    28 
    28 
    29 
    29