From 842990ac65de6fd61e027c8a9cff48d30aaf3a60 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 16 Oct 2018 23:04:01 +0300 Subject: Content loading --- Juick/Views/ContentLoadingCell.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Juick/Views/ContentLoadingCell.h (limited to 'Juick/Views/ContentLoadingCell.h') diff --git a/Juick/Views/ContentLoadingCell.h b/Juick/Views/ContentLoadingCell.h new file mode 100644 index 0000000..d9a8f6f --- /dev/null +++ b/Juick/Views/ContentLoadingCell.h @@ -0,0 +1,17 @@ +// +// ContentLoadingCell.h +// Juick +// +// Created by Vitaly Takmazov on 16/10/2018. +// Copyright © 2018 com.juick. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ContentLoadingCell : UITableViewCell + +@end + +NS_ASSUME_NONNULL_END -- cgit v1.2.3