namespace Unity.iOS.Multipeer
{
[StructLayout(LayoutKind.Sequential)]
public struct NSString : IDisposable, IEquatable<NSString>
IntPtr m_Ptr;