blob: 12fa71aa68626ac9296c872c8f3e60fecd34f884 [file] [log] [blame]
//
// Created by Jesse Squires
// http://www.jessesquires.com
//
//
// Documentation
// http://cocoadocs.org/docsets/JSQMessagesViewController
//
//
// GitHub
// https://github.com/jessesquires/JSQMessagesViewController
//
//
// License
// Copyright (c) 2014 Jesse Squires
// Released under an MIT license: http://opensource.org/licenses/MIT
//
#import "JSQMessagesCollectionViewCellIncoming.h"
@implementation JSQMessagesCollectionViewCellIncoming
#pragma mark - Overrides
- (void)awakeFromNib
{
[super awakeFromNib];
self.messageBubbleTopLabel.textAlignment = NSTextAlignmentLeft;
self.cellBottomLabel.textAlignment = NSTextAlignmentLeft;
}
@end