GiGaMaskTime/GIGA/Category/GiGaAttributedLabel.m

22 lines
413 B
Objective-C

//
// GiGaAttributedLabel.m
// GIGA
//
// Created by lianxiang on 2018/8/30.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "GiGaAttributedLabel.h"
@implementation GiGaAttributedLabel
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end