Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
hepburn2000 committed Jun 3, 2019
1 parent a1b247b commit 187b541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HBCollectionView/HBBaseCollectionViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "HBBaseCollectionViewController.h"
#import "HBBaseCollectionModel.h"
#import "HBBaseCollectionViewCell.h"
#import <Masonry.h>
#import <Masonry/Masonry.h>

#ifndef WS//(weakSelf)
#define WS(weakSelf) __weak __typeof (&*self)weakSelf = self
Expand Down

0 comments on commit 187b541

Please sign in to comment.