Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-instrumentation-tests/src/main/j…
Browse files Browse the repository at this point in the history
…ava/com/facebook/litho/sections/treeprops/IntermediateComponentSpec.java

Reviewed By: pentiumao

Differential Revision: D65609494

fbshipit-source-id: 0e325faad406883a0166d0c9444f8fe0cb5cfc35
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Nov 7, 2024
1 parent af33f4b commit 8bb7bd9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@

package com.facebook.litho.sections.treeprops;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.litho.Component;
import com.facebook.litho.ComponentContext;
import com.facebook.litho.Row;
import com.facebook.litho.annotations.LayoutSpec;
import com.facebook.litho.annotations.OnCreateLayout;

@Nullsafe(Nullsafe.Mode.LOCAL)
@LayoutSpec
public class IntermediateComponentSpec {
@OnCreateLayout
Expand Down

0 comments on commit 8bb7bd9

Please sign in to comment.