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