27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSLabelExpression.h>
45 #pragma mark initializers
64 - (instancetype)initWithSimpleExpression:(NSString *)simpleExpression;
71 + (instancetype)simpleLabelExpressionWithSimpleExpression:(NSString *)simpleExpression;
74 #pragma mark properties
Abstract base class for the different types of expressions that can be used to create label text....
Definition: AGSLabelExpression.h:40
An expression script using the Simple REST language. The label Simple expression expects to hold a le...
Definition: AGSSimpleLabelExpression.h:43
instancetype simpleLabelExpression()