Skip to content

Commit

Permalink
Linter warning fix for missing import
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: Mxiim

Differential Revision: D26227395

fbshipit-source-id: 3b8849f5fa03593cee8eeeb8643843e44619a282
  • Loading branch information
joesus authored and KylinChang committed Feb 8, 2021
1 parent eaaeec2 commit 84c6c89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import "TargetConditionals.h"

#if !TARGET_OS_TV

#import "FBSDKAuthenticationStatusUtility.h"
Expand Down

0 comments on commit 84c6c89

Please sign in to comment.