diff options
author | Vitaly Takmazov | 2018-10-16 23:04:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-16 23:04:01 +0300 |
commit | 842990ac65de6fd61e027c8a9cff48d30aaf3a60 (patch) | |
tree | 2150701f1c32ec69b9d254a4c96dedb0573737d5 /Juick/Views/ContentLoadingCell.h | |
parent | a7cb4ab3f629b423099afad204c7ae1bf8df9677 (diff) |
Content loading
Diffstat (limited to 'Juick/Views/ContentLoadingCell.h')
-rw-r--r-- | Juick/Views/ContentLoadingCell.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 <UIKit/UIKit.h> + +NS_ASSUME_NONNULL_BEGIN + +@interface ContentLoadingCell : UITableViewCell + +@end + +NS_ASSUME_NONNULL_END |