Skip to content

Instantly share code, notes, and snippets.

View BeetLab's full-sized avatar

Nikita Semenov BeetLab

  • Moscow, Russia
View GitHub Profile
@BeetLab
BeetLab / code_example.swift
Created September 24, 2018 14:43
Пример моего кода из последнего проекта
import Foundation
class KCServicesProcessor {
var categories: [KCServicesCategory]
var selectedServices: [KCService]
var specializations: KCSpecializations
init(categories: [KCServicesCategory],
selectedServices: [KCService],
specializations: KCSpecializations) {
@BeetLab
BeetLab / KCMasterScheduleViewController.swift
Created September 24, 2018 14:55
пример кода - контроллер расписания CRM системы
//
// KCMasterScheduleViewController.swift
// Krasa CRM
//
// Created by Krasa on 01.08.2018.
// Copyright © 2018 Krasa. All rights reserved.
//
import UIKit
//MARK:- интерфейс