//
|
// DCRoundSwitchOutlineLayer.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 DCRoundSwitchOutlineLayer : CALayer
|
|
@end
|