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,12 +5,12 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.react;
package com.facebook.react

/** Interface for the bridge to call for TTI start and end markers. */
public interface ReactPackageLogger {

void startProcessPackage();
public fun startProcessPackage(): Unit

void endProcessPackage();
public fun endProcessPackage(): Unit
}