project_files/HedgewarsMobile/Classes/VoicesViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 10108 c68cf030eded
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    29 
    29 
    30     Mix_Chunk *voiceBeingPlayed;
    30     Mix_Chunk *voiceBeingPlayed;
    31     int lastChannel;
    31     int lastChannel;
    32 }
    32 }
    33 
    33 
    34 @property (nonatomic,retain) NSMutableDictionary *teamDictionary;
    34 @property (nonatomic, strong) NSMutableDictionary *teamDictionary;
    35 @property (nonatomic,retain) NSArray *voiceArray;
    35 @property (nonatomic, strong) NSArray *voiceArray;
    36 @property (nonatomic,retain) NSIndexPath *lastIndexPath;
    36 @property (nonatomic, strong) NSIndexPath *lastIndexPath;
    37 
    37 
    38 @end
    38 @end