#import <Foundation/Foundation.h>
Go to the source code of this file.
◆ AMapJsonArray
#define AMapJsonArray |
( |
|
key, |
|
|
|
type |
|
) |
| |
Value:NSArray <type *> *key; \
@property (nonatomic, strong, readonly) type *__Array__##key
◆ AMapJsonMutableArray
#define AMapJsonMutableArray |
( |
|
key, |
|
|
|
type |
|
) |
| |
Value:@property (nonatomic, strong, readonly) type *__Array__##key
Definition: NSMutableArray+AMapSafe.h:11
◆ AMapNestedArray
#define AMapNestedArray |
( |
|
key, |
|
|
|
type |
|
) |
| |
Value:NSArray *key; \
@property (nonatomic, strong, readonly) type *__Array__##key
◆ AMapNestedMutableArray
#define AMapNestedMutableArray |
( |
|
key, |
|
|
|
type |
|
) |
| |
Value:@property (nonatomic, strong, readonly) type *__Array__##key
Definition: NSMutableArray+AMapSafe.h:11