Skip to content

Instantly share code, notes, and snippets.

View abesmon's full-sized avatar
🎱
SHIT ==> GOLD

Alexey Lysenko abesmon

🎱
SHIT ==> GOLD
View GitHub Profile
@abesmon
abesmon / PluralForm.swift
Created January 16, 2020 14:20 — forked from youmee/PluralForm.swift
Swift Russian Plural Form Function
//
// Orig created by youmee https://gist.github.com/youmee/bc23dd6088e59609609f
// Modified by Лысенко Алексей Димитриевич on 09/09/2019.
// Copyright © 2019 SMG All rights reserved.
//
import Foundation
@objc class Pluralizer: NSObject {
@objc class PluralForms: NSObject {