Skip to content

Instantly share code, notes, and snippets.

View slow-coding's full-sized avatar

Darren slow-coding

  • Shenzhen, China
View GitHub Profile
@slow-coding
slow-coding / Objective-C Code Snippets .h
Last active November 3, 2023 22:19
An Objective-C class with useful macros and functions
//
// DZUtility.h
// Utility
//
// Created by Darren Zheng on 13-4-20.
// Copyright (c) 2013年 Darren Zheng. All rights reserved.
//
#import <Foundation/Foundation.h>