// Copyright 2004-present Facebook. All Rights Reserved. #import @interface RCTSwitch : UISwitch @property (nonatomic, assign) BOOL wasOn; @end