mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[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.
This commit is contained in:
18
examples/ASLayoutSpecPlayground-Swift/Sample/Sample.h
Normal file
18
examples/ASLayoutSpecPlayground-Swift/Sample/Sample.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user