Skip to content

Commit ca67625

Browse files
committed
remove redundancies
1 parent fe02b8e commit ca67625

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Source/SocketClientSpec.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323
// THE SOFTWARE.
2424

25-
import Foundation
26-
2725
protocol SocketClientSpec: class {
2826
var nsp: String { get set }
2927
var waitingData: [SocketPacket] { get set }

Source/SocketParsable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import Foundation
2424

25-
protocol SocketParsable: class, SocketClientSpec {
25+
protocol SocketParsable: SocketClientSpec {
2626
func parseBinaryData(data: NSData)
2727
func parseSocketMessage(message: String)
2828
}

0 commit comments

Comments
 (0)