Swiftgram/LegacyComponents/TGAttachmentMenuCell.h
Ilya Laktyushin 53480a35a2 no message
2017-12-23 03:21:01 +04:00

15 lines
265 B
Objective-C

#import <UIKit/UIKit.h>
@class TGMenuSheetPallete;
@interface TGAttachmentMenuCell : UICollectionViewCell
{
UIImageView *_cornersView;
}
@property (nonatomic, strong) TGMenuSheetPallete *pallete;
@end
extern const CGFloat TGAttachmentMenuCellCornerRadius;