samhuri.net-ios/Blog/PostCell.h
Sami Samhuri bd704e4241 implement basic editing, preview, and improve article list
- new dark look that matches samhuri.net
- improved cell layout for article list
- fix yap caching
- update service layer to match new API
- implement authentication
- fix bugs all over
- add a preview
2015-04-19 19:15:55 -07:00

11 lines
No EOL
233 B
Objective-C

//
// Created by Sami Samhuri on 15-04-19.
// Copyright (c) 2015 Guru Logic Inc. All rights reserved.
//
@import UIKit;
@interface PostCell : UITableViewCell
- (void)configureWithTitle:(NSString *)title date:(NSString *)date;
@end