Skip to content

Commit 6c445ac

Browse files
committed
Adding a Protocol to set Accessibility information
1 parent 7a253bf commit 6c445ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Source/Helpers/YPAccessibility.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//
2+
// YPAccessibility.swift
3+
// YPImagePicker
4+
//
5+
// Created by Hari Prasad on 10/12/21.
6+
//
7+
8+
import Foundation
9+
10+
protocol Accessibility: NSObject {
11+
func setAccessibilityInfo()
12+
}

0 commit comments

Comments
 (0)