// // TPLabel.h // ThePaperDemo // // Created by Scar on 14-9-5. // Copyright (c) 2014年 scar1900. All rights reserved. // #import @interface TPLabel : UIView @property(nonatomic, strong)UILabel *titleLabel; @end