blob: f05ac94c64827d945e49af7f3adce24d414c17bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// FixedLabel.h
// Juick
//
// Created by Vitaly Takmazov on 04/03/2018.
// Copyright © 2018 com.juick. All rights reserved.
//
#import <TTTAttributedLabel/TTTAttributedLabel.h>
@interface FixedLabel : TTTAttributedLabel
@end
|