problem description
do you need to judge the system version number when introducing the header file library?
our app supports iOS8.0 at a minimum. I now need to use a library that is only available in iOS9.0. In this case, do you need to judge the system version when you use the import library?
(the relevant code has been versioned)