Retired Document
Important: This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
CloudPhotos (iOS)/CloudPhotos/PhotoTableCell.h
/* |
Copyright (C) 2017 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Custom UITableViewCell for displaying photo information in the main table view. |
*/ |
@import UIKit; |
@class CloudPhoto; |
@interface PhotoTableCell : UITableViewCell |
@property (nonatomic, strong) CloudPhoto *photo; |
@end |
Copyright © 2017 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2017-03-09