summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTextAlignment.m
blob: 1e82636e5e59a70cb47a34b26fb638823d70f343 (plain)
1
2
3
4
5
6
7
8
9
//  SDLTextAlignment.m
//


#import "SDLTextAlignment.h"

SDLTextAlignment const SDLTextAlignmentLeft = @"LEFT_ALIGNED";
SDLTextAlignment const SDLTextAlignmentRight = @"RIGHT_ALIGNED";
SDLTextAlignment const SDLTextAlignmentCenter = @"CENTERED";