Skip to content

fix UIView+ScreenshotProtection need import UIKit #57

fix UIView+ScreenshotProtection need import UIKit

fix UIView+ScreenshotProtection need import UIKit #57

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Show Xcode version
run: xcodebuild -version
- name: Build
run: xcodebuild -sdk iphonesimulator -configuration Debug build