14 lines
200 B
Objective-C
14 lines
200 B
Objective-C
//
|
|
// MLReloadCell.m
|
|
// Monal
|
|
//
|
|
// Created by Friedrich Altheide on 09.10.20.
|
|
// Copyright © 2020 Monal.im. All rights reserved.
|
|
//
|
|
|
|
#import "MLReloadCell.h"
|
|
|
|
@implementation MLReloadCell
|
|
|
|
@end
|