mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
17 lines
293 B
Objective-C
17 lines
293 B
Objective-C
//
|
|
// TNSLabel.h
|
|
// TNSWidgets
|
|
//
|
|
// Created by Hristo Hristov on 6/9/16.
|
|
// Copyright © 2016 Telerik A D. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TNSLabel : UILabel
|
|
|
|
@property(nonatomic) UIEdgeInsets padding;
|
|
@property(nonatomic) UIEdgeInsets borderThickness;
|
|
|
|
@end
|