Skip to content

Commit

Permalink
优化部分细节
Browse files Browse the repository at this point in the history
  • Loading branch information
lingjye committed Jan 12, 2018
1 parent 51c5b6e commit 34eea85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LJAvatarBrowser/LJAvatarBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
/**
占位图
*/
@property (nonatomic, strong) UIImage *placeholderImage;
@property (nonatomic, weak) UIImage *placeholderImage;

/**
正在预览的父View
*/
@property (nonatomic, strong) UIView *containerView;
@property (nonatomic, weak) UIView *containerView;

/**
长按事件
Expand Down

0 comments on commit 34eea85

Please sign in to comment.