20 lines
353 B
Objective-C
20 lines
353 B
Objective-C
//
|
|
// GiGaAttributedLabel.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/30.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import <TTTAttributedLabel/TTTAttributedLabel.h>
|
|
#ifndef IB_DESIGNABLE
|
|
#define IB_DESIGNABLE
|
|
#endif
|
|
|
|
@class TTTAttributedLabel;
|
|
IB_DESIGNABLE @interface GiGaAttributedLabel : TTTAttributedLabel{
|
|
|
|
}
|
|
|
|
@end
|