@class NSCoder, NSMutableArray; @interface MTStorageWriter : NSCoder <MTSerializer> @property (retain, nonatomic) NSMutableArray *stack; @property (readonly, nonatomic) unsigned long long mtType; @property (readonly, nonatomic) NSCoder *mtCoder; - (void)encodeObject:(id)a0 forKey:(id)a1; - (void)encodeDouble:(double)a0 forKey:(id)a1; - (void)_encodeProtocolObject:(id)a0 forKey:(id)a1; - (void)encodeInt:(int)a0 forKey:(id)a1; - (void)encodeBool:(BOOL)a0 forKey:(id)a1; - (void)encodeInteger:(long long)a0 forKey:(id)a1; - (id)init; - (id)_dictionaryForProtocolObject:(id)a0; - (id)_serializingProtocol; - (void)encodeInt64:(long long)a0 forKey:(id)a1; - (void)encodeFloat:(float)a0 forKey:(id)a1; - (void)encodeInt32:(int)a0 forKey:(id)a1; - (id)encodedDictionary; - (void)_encodeObject:(id)a0 forKey:(id)a1; - (void).cxx_destruct; @end