Swiftgram/examples/ASDKgram/Sample/PhotoCollectionViewCell.h

17 lines
319 B
Objective-C

//
// PhotoCollectionViewCell.h
// ASDKgram
//
// Created by Hannah Troisi on 3/2/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PhotoModel.h"
@interface PhotoCollectionViewCell : UICollectionViewCell
- (void)updateCellWithPhotoObject:(PhotoModel *)photo;
@end