Update examples headers

This commit is contained in:
Tadeu Zagallo 2015-03-26 18:24:15 +00:00
parent 35aa18a84e
commit b1827af7dc
69 changed files with 695 additions and 344 deletions

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule Game2048 * @providesModule Game2048
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule GameBoard * @providesModule GameBoard
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule MoviesApp * @providesModule MoviesApp
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule TicTacToeApp * @providesModule TicTacToeApp
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule AppStateIOSExample * @providesModule AppStateIOSExample
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,5 +1,15 @@
/** /**
* Copyright 2004-present Facebook. All Rights Reserved. * The examples provided by Facebook are for non-commercial testing and
* evaluation purposes only.
*
* Facebook reserves all rights not expressly granted.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
*/ */
'use strict'; 'use strict';

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule CameraRollView * @providesModule CameraRollView
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule ImageCapInsetsExample * @providesModule ImageCapInsetsExample
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,9 +1,15 @@
/** /**
* Copyright 2004-present Facebook. All Rights Reserved. * The examples provided by Facebook are for non-commercial testing and
* evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule ListViewPagingExample * @providesModule ListViewPagingExample
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
*/
'use strict'; 'use strict';
var React = require('react-native'); var React = require('react-native');

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
*/
'use strict'; 'use strict';
var React = require('react-native'); var React = require('react-native');

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
*/
'use strict'; 'use strict';

View File

@ -1,11 +1,16 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
*/ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
*/
'use strict'; 'use strict';
var React = require('react-native'); var React = require('react-native');

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 "AppDelegate.h" #import "AppDelegate.h"

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule UIExplorerApp * @providesModule UIExplorerApp
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule UIExplorerBlock * @providesModule UIExplorerBlock
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule UIExplorerPage * @providesModule UIExplorerPage
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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 <UIKit/UIKit.h> #import <UIKit/UIKit.h>

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule UIExplorerTitle * @providesModule UIExplorerTitle
* @flow * @flow

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @flow * @flow
*/ */

View File

@ -1,10 +1,15 @@
/** /**
* Copyright (c) 2015-present, Facebook, Inc. * The examples provided by Facebook are for non-commercial testing and
* All rights reserved. * evaluation purposes only.
* *
* This source code is licensed under the BSD-style license found in the * Facebook reserves all rights not expressly granted.
* LICENSE file in the root directory of this source tree. An additional grant *
* of patent rights can be found in the PATENTS file in the same directory. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL
* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 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.
* *
* @providesModule createExamplePage * @providesModule createExamplePage
* @flow * @flow