mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
25 lines
668 B
Objective-C
25 lines
668 B
Objective-C
//
|
|
// TNSWidgets.h
|
|
// TNSWidgets
|
|
//
|
|
// Created by Panayot Cankov on 4/27/16.
|
|
// Copyright © 2016 Telerik A D. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for TNSWidgets.
|
|
FOUNDATION_EXPORT double TNSWidgetsVersionNumber;
|
|
|
|
//! Project version string for TNSWidgets.
|
|
FOUNDATION_EXPORT const unsigned char TNSWidgetsVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <TNSWidgets/PublicHeader.h>
|
|
|
|
#import "UIImage+TNSBlocks.h"
|
|
#import "UIView+PassThroughParent.h"
|
|
#import "TNSLabel.h"
|
|
#import "TNSProcess.h"
|
|
#import "NSString+Async.h"
|
|
#import "NSData+Async.h"
|