Skip to content

Commit 716f65f

Browse files
committed
Update GlobalExtensions.swift
Remove redeclaration from IntExtensions.swift
1 parent 10ae50b commit 716f65f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Pod/Classes/GlobalExtensions.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@
2525

2626
import Foundation
2727

28-
29-
public extension Int {
30-
31-
public func add(num: Int) {
32-
33-
self.advancedBy(num)
34-
35-
}
36-
37-
}
38-
3928
public extension NSObject {
4029

4130
/*

0 commit comments

Comments
 (0)