/** * Copyright (c) Joseph P. Ferraro * * This source code is licensed under the MIT license found in the * LICENSE file here: https://github.com/joeferraro/react-native-cookies/blob/master/LICENSE.md. */ #import #import @interface RNCookieManagerIOS : NSObject @property (nonatomic, strong) NSDateFormatter *formatter; @end