ADD week 5
This commit is contained in:
		| @@ -0,0 +1,12 @@ | ||||
| package androidx.recyclerview.widget; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public interface ListUpdateCallback { | ||||
|     void onChanged(int i, int i2, Object obj); | ||||
|  | ||||
|     void onInserted(int i, int i2); | ||||
|  | ||||
|     void onMoved(int i, int i2); | ||||
|  | ||||
|     void onRemoved(int i, int i2); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user