ADD week 5
This commit is contained in:
		| @@ -0,0 +1,15 @@ | ||||
| package androidx.fragment.app; | ||||
|  | ||||
| import android.os.Bundle; | ||||
| import androidx.lifecycle.LifecycleOwner; | ||||
|  | ||||
| /* loaded from: classes.dex */ | ||||
| public interface FragmentResultOwner { | ||||
|     void clearFragmentResult(String str); | ||||
|  | ||||
|     void clearFragmentResultListener(String str); | ||||
|  | ||||
|     void setFragmentResult(String str, Bundle bundle); | ||||
|  | ||||
|     void setFragmentResultListener(String str, LifecycleOwner lifecycleOwner, FragmentResultListener fragmentResultListener); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user