Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MWMCustomFacebookEvents.h « Statistics « Common « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c77ae6c56858ea352a5b1f6c744645eb6d4c5eb (plain)
1
2
3
4
5
6
7
8
#import <Foundation/Foundation.h>

// Special logic for custom Facebook events to optimize marketing campaigns.
@interface MWMCustomFacebookEvents : NSObject

+ (void)optimizeExpenses;

@end