From 2fac06e01886704f067e8b30a63e7cc125dac4a9 Mon Sep 17 00:00:00 2001 From: Luis Felipe Zaguini Date: Mon, 6 Jan 2020 09:40:03 -0800 Subject: [PATCH] Added missing import on AppDelegate.m (#714) Summary: We were missing `#import `. I also took the liberty to organize the imports in alphabetical order. Pull Request resolved: https://github.com/facebook/flipper/pull/714 Reviewed By: mweststrate Differential Revision: D19288396 Pulled By: passy fbshipit-source-id: 3cfd0cfa90054284fe179ccc39d0fe9e7208ec9b --- docs/getting-started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 09bf78cdb..96522a0df 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -622,10 +622,11 @@ The code below enables the following integrations: #import #import #import +#import +#import +#import #import -#import #import -#import #endif #endif