Skip to content

Instantly share code, notes, and snippets.

@evnpr
evnpr / StrategyPatterin.swift
Created December 23, 2016 03:51 — forked from omayib/StrategyPatterin.swift
an implementation of strategy pattern on swift
//: Playground - noun: a place where people can play
import UIKit
//lets to trya strategy pattern!
protocol QCallKit{
func dial()
func endCall()
func accept()
@evnpr
evnpr / jinjalink_loader.py
Created June 12, 2012 00:25 — forked from Suor/jinjalink_loader.py
Jinja2 template loader for django