14 lines
192 B
Objective-C
14 lines
192 B
Objective-C
//
|
|
// CustomeLabel.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/2/24.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CustomeLabel : UILabel
|
|
|
|
@end
|