Advertisement
Guest User

Untitled

a guest
May 28th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //
  2. // cTableViewCell.h
  3. // cTableView
  4. //
  5. // Created by 廖宗綸 on 2015/4/19.
  6. // Copyright (c) 2015年 Joseph Liao. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10. @interface cTableViewCell : UITableViewCell
  11.  
  12. @property (nonnull, nonatomic, readonly) UILabel *cLabel;
  13. @property (nonnull, nonatomic, readonly) UIImageView *cImageView;
  14.  
  15. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement