mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package fr.free.nrw.commons;
 | |
| 
 | |
| import android.content.Context;
 | |
| 
 | |
| public interface ViewHolder<T> {
 | |
|     void bindModel(Context context, T model);
 | |
| }
 | 
