react-native/ReactKit/Views/RCTSwitch.h

11 lines
165 B
C
Raw Normal View History

2015-03-09 20:19:07 +00:00
// Copyright 2004-present Facebook. All Rights Reserved.
#import <UIKit/UIKit.h>
@interface RCTSwitch : UISwitch
@property (nonatomic, assign) BOOL wasOn;
@end