Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.react.modules.network;
package com.facebook.react.modules.network

import okhttp3.OkHttpClient;
import okhttp3.OkHttpClient

public interface CustomClientBuilder {
public void apply(OkHttpClient.Builder builder);
public fun apply(builder: OkHttpClient.Builder)
}
Loading