Skip to content

Commit 5a94138

Browse files
committed
rmeove public access control from enum
1 parent 4bb6fc5 commit 5a94138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Utils/POSConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public enum POSConstants {
3+
enum POSConstants {
44
enum URLs: String, CaseIterable {
55
/// Returns the URL version of the receiver
66
///

0 commit comments

Comments
 (0)