MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPRouteProperty.h
Go to the documentation of this file.
1//
2// MPRouteProperty.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 07/07/14.
6// Copyright (c) 2014 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPJSONModel.h"
10
14@interface MPRouteProperty : MPJSONModel
15
19@property (nonatomic, strong, nullable) NSString* text;
23@property (nonatomic, strong, nullable) NSNumber* value;
24
25@end
Definition MPRouteProperty.h:15
NSNumber * value
Definition MPRouteProperty.h:23
NSString * text
Definition MPRouteProperty.h:19