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

LocalNotificationInfoProvider.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c1b1929efbab44c166efaf6b7cd96411564ca02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  LocalNotificationInfoProvider.h
//  Maps
//
//  Created by Timur Bernikowich on 25/11/2014.
//  Copyright (c) 2014 MapsWithMe. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface LocalNotificationInfoProvider : NSObject <UIActivityItemSource>

- (instancetype)initWithDictionary:(NSDictionary *)info;

@property (nonatomic) NSDictionary * info;

@end