#import #import #define ShareSounds [Sounds shareInstance] @interface Sounds : NSObject + (instancetype)shareInstance; - (void)playBackgroundSound; - (void)stopBackgroundSound; - (void)playGunshotSound; - (void)stopGunshotSound; @end