Skip to content

Instantly share code, notes, and snippets.

View mattwymore's full-sized avatar

Matt Wymore mattwymore

  • Gray Fox Interactive, Inc.
View GitHub Profile
@mattwymore
mattwymore / RXTimer.h
Created November 14, 2015 23:28 — forked from couchdeveloper/RXTimer.h
A timer based on dispatch_source_create() Objective-C
//
// RXTimer.h
//
// Copyright 2013 Andreas Grosam
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0