hacky workaround to get gifs playing

This commit is contained in:
neon443
2025-11-19 20:11:00 +00:00
parent c670958562
commit c5eb71fc6c
3 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
//
// GifManager.swift
// StickerSlack
//
// Created by neon443 on 19/11/2025.
//
import Foundation
class GifManager {
}