# sig/rbCFPropertyList.rbs class Array def to_plist: () -> untyped end # sig/rbBinaryCFPropertyList.rbs class CFPropertyList::Binary def array_to_binary: () -> untyped def bool_to_binary: () -> untyped def data_to_binary: () -> untyped def date_to_binary: () -> untyped def dict_to_binary: () -> untyped def int_to_binary: () -> untyped def load: () -> untyped def num_to_binary: () -> untyped def read_binary_array: () -> untyped def read_binary_data: () -> untyped def read_binary_date: () -> untyped def read_binary_dict: () -> untyped def read_binary_int: () -> untyped def read_binary_null_type: () -> untyped def read_binary_object: () -> untyped def read_binary_object_at: () -> untyped def read_binary_real: () -> untyped def read_binary_string: () -> untyped def read_binary_unicode_string: () -> untyped def real_to_binary: () -> untyped def string_to_binary: () -> untyped def to_str: () -> untyped def unique_and_count_values: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFArray < CFPropertyList::CFType def initialize: () -> void def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFBoolean < CFPropertyList::CFType def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFData < CFPropertyList::CFType def decoded_value: () -> untyped def encoded_value: () -> untyped def initialize: () -> void def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFDate < CFPropertyList::CFType def get_value: () -> untyped def initialize: () -> void def set_value: () -> untyped def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFDictionary < CFPropertyList::CFType def initialize: () -> void def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFInteger < CFPropertyList::CFType def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFReal < CFPropertyList::CFType def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFString < CFPropertyList::CFType def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFTypes.rbs class CFPropertyList::CFType def initialize: () -> void def to_binary: () -> untyped def to_xml: () -> untyped end # sig/rbCFPropertyList.rbs class CFPropertyList::List def initialize: () -> void def load: () -> untyped def load_binary: () -> untyped def load_binary_str: () -> untyped def load_str: () -> untyped def load_xml: () -> untyped def load_xml_str: () -> untyped def save: () -> untyped def to_str: () -> untyped end # sig/rbCFPropertyList.rbs class CFPropertyList::ParserInterface def load: () -> untyped def to_str: () -> untyped end # sig/rbXMLCFPropertyList.rbs class CFPropertyList::XML < CFPropertyList::ParserInterface def get_value: () -> untyped def import_xml: () -> untyped def load: () -> untyped def to_str: () -> untyped end # sig/rbCFPropertyList.rbs class Hash def to_plist: () -> untyped end # sig/rbCFPropertyList.rbs class String def blob?: () -> untyped def bytesize: () -> untyped end # sig/rbBinaryCFPropertyList.rbs module CFPropertyList def guess: () -> untyped def native_types: () -> untyped end