diff options
Diffstat (limited to 'Juick/Model/Attachment.m')
-rw-r--r-- | Juick/Model/Attachment.m | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/Model/Attachment.m b/Juick/Model/Attachment.m new file mode 100644 index 0000000..a54e462 --- /dev/null +++ b/Juick/Model/Attachment.m @@ -0,0 +1,13 @@ +// +// Attachment.m +// Juick +// +// Created by Vitaly Takmazov on 15/10/2017. +// Copyright © 2017 com.juick. All rights reserved. +// + +#import "Attachment.h" + +@implementation Attachment + +@end |