@class NSString; @interface SAPAStyleSourceInfo : NSObject { unsigned int _lineNum; unsigned int _columnNum; unsigned long long _offsetIntoTextSegment; unsigned long long _length; NSString *_filePath; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)newInstanceWithoutReferencesFromSerializedBuffer:(const void *)a0 bufferLength:(unsigned long long)a1; + (id)classDictionaryKey; - (unsigned long long)sizeInBytesForSerializedVersion; - (void)populateReferencesUsingBuffer:(const void *)a0 bufferLength:(unsigned long long)a1 andDeserializationDictionary:(id)a2 andDataBufferDictionary:(id)a3; - (void)addSelfToSerializationDictionary:(id)a0; - (BOOL)addSelfToBuffer:(void *)a0 bufferLength:(unsigned long long)a1 withCompletedSerializationDictionary:(id)a2; - (void).cxx_destruct; @end