perkeep/clients/ios-objc/photobackup/CamliCollectionCell.h

14 lines
245 B
Objective-C

//
// CamliCollectionCell.h
// photobackup
//
// Created by Nick O'Neill on 12/4/13.
// Copyright (c) 2013 The Camlistore Authors. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CamliCollectionCell : UICollectionViewCell
@end