blob: 5d78e362557902e750350d6e8461e66006e000b6 [file] [log] [blame]
#import <Foundation/Foundation.h>
@interface NSKeyedUnarchiver (SwiftAdditions)
+ (int)_swift_checkClassAndWarnForKeyedArchiving:(Class)cls operation:(int)operation
NS_SWIFT_NAME(_swift_checkClassAndWarnForKeyedArchiving(_:operation:));
@end