linphone-iphone/Classes/LinphoneUI/UILabel+Boldify.h
Gautier Pelloux-Prayer 96a0c6cf80 contact rework
2015-07-23 16:51:04 +02:00

16 lines
286 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>
@interface UILabel (Boldify)
- (void)boldSubstring:(NSString *)substring;
- (void)boldRange:(NSRange)range;
@end