mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
added files via upload
This commit is contained in:
15
Tweaks/FLEX/Utility/Categories/CALayer+FLEX.h
Normal file
15
Tweaks/FLEX/Utility/Categories/CALayer+FLEX.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// CALayer+FLEX.h
|
||||
// FLEX
|
||||
//
|
||||
// Created by Tanner on 2/28/20.
|
||||
// Copyright © 2020 FLEX Team. All rights reserved.
|
||||
//
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
@interface CALayer (FLEX)
|
||||
|
||||
@property (nonatomic) BOOL flex_continuousCorners;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user