mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
18 lines
349 B
Objective-C
Executable file
18 lines
349 B
Objective-C
Executable file
//
|
|
// DCRoundSwitchKnobLayer.h
|
|
//
|
|
// Created by Patrick Richards on 29/06/11.
|
|
// MIT License.
|
|
//
|
|
// http://twitter.com/patr
|
|
// http://domesticcat.com.au/projects
|
|
// http://github.com/domesticcatsoftware/DCRoundSwitch
|
|
//
|
|
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@interface DCRoundSwitchKnobLayer : CALayer
|
|
|
|
@property (nonatomic) BOOL gripped;
|
|
|
|
@end
|