Skip to content

Instantly share code, notes, and snippets.

View matthewstory's full-sized avatar

Matthew Story matthewstory

View GitHub Profile
@jonsterling
jonsterling / JSProtocolChecker.h
Created July 26, 2010 03:08
JSProtocolChecker = NSProtocolChecker that works on iOS. Maybe some day I'll find a use for this.
//
// JSProtocolChecker.h
//
// Created by Jon on 7/25/10.
// Copyright (c) 2010 Jonathan Sterling. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface JSProtocolChecker : NSProxy