MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPMessageDataset.h
Go to the documentation of this file.
1//
2// MPMessageDataset.h
3// MapsIndoors SDK for iOS
4//
5// Created by Daniel Nielsen on 7/29/13.
6// Copyright (c) 2017 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "MPJSONModel.h"
11#import "MPMessage.h"
12
16@protocol MPMessage
17@end
18
22@interface MPMessageDataset : MPJSONModel
26@property (nonatomic, strong, nullable) NSArray<MPMessage> *list;
27
28@end
Definition MPMessageDataset.h:23
NSArray< MPMessage > * list
Definition MPMessageDataset.h:26
Definition MPMessage.h:13