You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if__APPLE__#include<TargetConditionals.h>#ifTARGET_IPHONE_SIMULATOR// iOS, tvOS, or watchOS Simulator#elifTARGET_OS_MACCATALYST// Mac's Catalyst (ports iOS API into Mac, like UIKit).#elifTARGET_OS_IPHONE// iOS, tvOS, or watchOS device#elifTARGET_OS_MAC// Other kinds of Apple platforms#else#error "Unknown Apple platform"
#endif#endif