澎湃iPad上线版本

TPCustomButton.h 253B

    // // TPCustomButton.h // ThePaperDemo // // Created by scar1900 on 14/12/4. // Copyright (c) 2014年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface TPCustomButton : UIButton @property(nonatomic, strong)NSString *title; @end