NewsBlur/clients/ios/Classes/SmallInteractionCell.h

14 lines
228 B
C
Raw Normal View History

//
// 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