GiGaMaskTime/GIGA/Modules/Me/View/FeedViews/GiGaFeedImagsActionCell.m

19 lines
310 B
Objective-C

//
// GiGaFeedImagsActionCell.m
// GIGA
//
// Created by lianxiang on 2018/9/22.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "GiGaFeedImagsActionCell.h"
@implementation GiGaFeedImagsActionCell
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
}
@end