Files
Swiftgram/examples/ASLayoutSpecPlayground-Swift/Sample/Sample.h
george-gw e4a2637804 [Examples] Playground swift (#2425)
* Added Playground-Swift with two example pages.

* Added PhotoWithOutsetIconOverlay example.

* Added an extra tip in swift playground.

* Added HorizontalStackWithSpacer to the swift playground.

* Added fileprivate for some global variables.

* Added private to the setupNodes functions

* Added solutions to common issues.
2016-10-28 15:36:14 -07:00

19 lines
433 B
Objective-C

//
// Sample.h
// Sample
//
// Copyright © 2016 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for Sample.
FOUNDATION_EXPORT double SampleVersionNumber;
//! Project version string for Sample.
FOUNDATION_EXPORT const unsigned char SampleVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Sample/PublicHeader.h>