Files
GiGaMaskTime/GIGA/Modules/Me/View/FeedViews/GiGaFeedImagsActionCell.m
T
2018-09-23 01:30:29 +08:00

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