feat: begin work on user control & update server

This commit is contained in:
Michael Freno
2026-01-09 11:56:51 -05:00
parent 3d7044050e
commit b8f995b2e9
7 changed files with 1676 additions and 186 deletions

View File

@@ -0,0 +1,17 @@
//
// AnimationServiceTests.swift
// GazeTests
//
// Created by Mike Freno on 1/9/26.
//
@testable import Gaze
final class AnimationServiceTests {
// Test cases can be added here as needed
func testRemoteAnimationDecoding() {
// This will be implemented when we have a testable implementation
}
}