add files apis

This commit is contained in:
lianxiang
2018-08-30 18:07:16 +08:00
parent 54e936535f
commit 3efde8e0ea
68 changed files with 1254 additions and 374 deletions
+21
View File
@@ -0,0 +1,21 @@
//
// 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