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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
ARC check should be added in the code, otherwise the program will crash when compiled without ARC enabled. Like this:
if !__has_feature(objc_arc)
error AEPriceMatrix requires ARC
endif
The text was updated successfully, but these errors were encountered: