Skip to content

Instantly share code, notes, and snippets.

View dabinghao123's full-sized avatar
🌴
On vacation

dabinghao123

🌴
On vacation
View GitHub Profile
@implementation FBStoryView
{
FBHeaderView *_headerView;
FBMessageView *_messageView;
FBAttachmentView *_attachmentView;
FBLikeBarView *_likeBarView;
}
- (instancetype)initWithFrame:(CGRect)frame
{