Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

35 lines
1.1 KiB
C#

using System;
using Cpp2IlInjected;
using SA.Foundation.Templates;
using UnityEngine;
namespace SA.iOS.UIKit
{
// Token: 0x0200004C RID: 76
[Token(Token = "0x2000045")]
internal static class ISN_PhotoAlbumNativeAPI
{
// Token: 0x06000151 RID: 337 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000140")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
public static void UIImageWriteToSavedPhotosAlbum(Texture2D texture, Action<SA_Result> callback)
{
}
// Token: 0x06000152 RID: 338 RVA: 0x000024A8 File Offset: 0x000006A8
[Token(Token = "0x6000141")]
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690")]
public static bool UIVideoAtPathIsCompatibleWithSavedPhotosAlbum(string videoPath)
{
return default(bool);
}
// Token: 0x06000153 RID: 339 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000142")]
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
public static void UISaveVideoAtPathToSavedPhotosAlbum(string videoPath, Action<SA_Result> callback)
{
}
}
}