kill-ios-app/Classes/UnityAppController+UnityInterface.h

11 lines
138 B
C
Raw Permalink Normal View History

2026-06-23 09:54:30 +08:00
#pragma once
#include "UnityAppController.h"
@interface UnityAppController (UnityInterface)
@property (nonatomic) BOOL paused;
@end