Keine Beschreibung

DetailMoreCommentCell.h 278B

1234567891011121314
  1. //
  2. // DetailMoreCommentCell.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/9/9.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DetailMoreCommentCell : UITableViewCell
  10. @property (nonatomic, strong) UIButton *moreActionBtn;
  11. @end