Skip to content

Commit

Permalink
initViews方法加入泛型参数
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyoona7 committed Jul 17, 2018
1 parent 783ebc3 commit 0d3937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/zyyoona7/popup/EasyPopup.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public EasyPopup setOnViewListener(OnViewListener listener) {

public interface OnViewListener {

void initViews(View view, BasePopup popup);
void initViews(View view, EasyPopup popup);
}
}

0 comments on commit 0d3937f

Please sign in to comment.