Skip to content

Instantly share code, notes, and snippets.

View max-potapov's full-sized avatar
🌴
On vacation

Maxim V. Potapov max-potapov

🌴
On vacation
View GitHub Profile
@max-potapov
max-potapov / EasySync.swift
Created May 26, 2017 06:45 — forked from leanderme/EasySync.swift
EasySync from Etherpad, Licensed under the Apache License
import Foundation
enum OpParseError: Error {
case Empty
case Short
}
class Easysync2Support: NSObject {
let opAssembler = OpAssembler()