This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSString+Truncate.h | |
// EMLabel | |
// | |
// Created by Mona Zhang on 3/31/15. | |
// Copyright (c) 2015 Mona Zhang. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
#import <Foundation/Foundation.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NSString+Truncate.m | |
// EMLabel | |
// | |
// Created by Mona Zhang on 3/31/15. | |
// Copyright (c) 2015 Mona Zhang. All rights reserved. | |
// | |
#import "NSString+Truncate.h" |