@protocol SASerializable; @interface SASerializeableInstance : NSObject { BOOL _populated; id _instance; } - (void).cxx_destruct; @end