Replace availability checks with the modern @available syntax (Fix #116)
This replaces old availability checks performed by checking for class presence with the new @available syntax. I basically replaced those checks with @available(VERSION) after checking VERSION on Apple Developer Documentation Signed-off-by:Carola Nitz <nitz.carola@googlemail.com> (cherry picked from commit a0087846)
Showing
Please register or sign in to comment