mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-15 16:36:36 +00:00
16 lines
295 B
Objective-C
16 lines
295 B
Objective-C
//
|
|
// PhotoCollectionViewCell.h
|
|
// ASDKgram
|
|
//
|
|
// Created by Hannah Troisi on 3/2/16.
|
|
// Copyright © 2016 Hannah Troisi. All rights reserved.
|
|
//
|
|
|
|
#import "PhotoModel.h"
|
|
|
|
@interface PhotoCollectionViewCell : UICollectionViewCell
|
|
|
|
- (void)updateCellWithPhotoObject:(PhotoModel *)photo;
|
|
|
|
@end
|