Skip to content

Commit 3c77871

Browse files
author
Rubén Viguera Marañón
committed
Fix for issue Cleveroad#38
Changing ViewHolder visibility to public in order to support Kotlin applications
1 parent a2d51cd commit 3c77871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/cleveroad/adaptivetablelayout/ViewHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* A {@link ViewHolder} describes an item view and metadata about its place within the {@link AdaptiveTableLayout}.
88
*/
9-
interface ViewHolder {
9+
public interface ViewHolder {
1010
/**
1111
* @return item represents the item of the {@link AdaptiveTableLayout}
1212
*/

0 commit comments

Comments
 (0)