MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPBeaconCollection.h
Go to the documentation of this file.
1//
2// MPBeaconCollection.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 26/02/15.
6// Copyright (c) 2015 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPBeacon.h"
10
11
12@interface MPBeaconCollection : MPJSONModel
13
14@property (nonatomic, strong, nullable) NSArray<MPBeacon*><MPBeacon>* list;
15
16@end
Definition MPBeaconCollection.h:13
NSArray< MPBeacon * >< MPBeacon > * list
Definition MPBeaconCollection.h:14