@interface SwiftNativeNSObject : NSObject { struct RefCounts<swift::RefCountBitsT<swift::RefCountIsInline>> { struct atomic<swift::RefCountBitsT<swift::RefCountIsInline>> { struct __cxx_atomic_impl<swift::RefCountBitsT<swift::RefCountIsInline>, std::__cxx_atomic_base_impl<swift::RefCountBitsT<swift::RefCountIsInline>>> { _Atomic struct RefCountBitsT<swift::RefCountIsInline> __a_value; } __a_; } refCounts; } refCounts; } + (id)allocWithZone:(struct _NSZone { } *)a0; + (BOOL)automaticallyNotifiesObserversForKey:(id)a0; - (id)retain; - (BOOL)allowsWeakReference; - (BOOL)retainWeakReference; - (void)dealloc; - (unsigned long long)retainCount; - (id)autorelease; - (BOOL)_tryRetain; - (BOOL)_isDeallocating; - (oneway void)release; - (id)initWithCoder:(id)a0; - (void)_noteAssociatedObjects; - (void)_setWeaklyReferenced; @end