#import #if __has_include() # import #else # import #endif NS_ASSUME_NONNULL_BEGIN @protocol SentrySerializable SENTRY_NO_INIT /** * Serialize the contents of the object into an NSDictionary. Make to copy all properties of the * original object so modifications to it don't have an impact on the serialized NSDictionary. */ - (NSDictionary *)serialize; @end NS_ASSUME_NONNULL_END