NewsBlur/clients/ios/Classes/SmallInteractionCell.h
2013-06-27 09:43:22 -07:00

13 lines
228 B
Objective-C

//
// SmallInteractionCell.h
// NewsBlur
//
// Created by Samuel Clay on 2/21/13.
// Copyright (c) 2013 NewsBlur. All rights reserved.
//
#import "InteractionCell.h"
@interface SmallInteractionCell : InteractionCell
@end