linphone-iphone/Classes/LinphoneUI/UILabel+Boldify.h
Gautier Pelloux-Prayer 1b2d74ff36 fix
2015-07-29 17:39:38 +02:00

17 lines
310 B
Objective-C

//
// UILabel+Boldify.h
// linphone
//
// Created by guillaume on 20/05/2015.
// Copyright (c) 2015 Urmet. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface UILabel (Boldify)
- (void)boldSubstring:(NSString *)substring;
- (void)boldRange:(NSRange)range;
@end