adjust/AEPriceMatrix

ARC check

Closed this issue · 1 comments

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

Sounds good. Could you open a pull request for that? Thanks!