mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-21 13:04:42 +00:00
18 lines
264 B
Objective-C
18 lines
264 B
Objective-C
//
|
|
// LOTStrokeShapeLayer.h
|
|
// Pods
|
|
//
|
|
// Created by Brandon Withrow on 2/7/17.
|
|
//
|
|
//
|
|
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@interface LOTStrokeShapeLayer : CAShapeLayer
|
|
|
|
@property CGFloat trimStart;
|
|
@property CGFloat trimEnd;
|
|
@property CGFloat trimOffset;
|
|
|
|
@end
|