Classes/AtomicElementTableViewCell.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Draws the tableview cell and lays out the subviews. |
*/ |
@import UIKit; |
@class AtomicElement; |
@interface AtomicElementTableViewCell : UITableViewCell |
@property (nonatomic,strong) AtomicElement *element; |
@end |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-08-25