//
// UILabel_ VerticalAlign.h
// ThePaperBase
//
// Created by scar1900 on 15/11/16.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface UILabel (VerticalAlign)
- (void)alignTop;
- (void)alignBottom;
@end
|