Skip to content

Instantly share code, notes, and snippets.

View hechen's full-sized avatar
🎯
Focusing

CHEN hechen

🎯
Focusing
View GitHub Profile
//
// UIView+Image.h
// ViewImage
//
// Created by hechen on 15/4/8.
// Copyright (c) 2015年 hechen. All rights reserved.
//
#import <UIKit/UIKit.h>
@hechen
hechen / UIColor+RandomColor.h
Last active August 29, 2015 14:18
Generate random Color using category based UIColor
//
// UIColor+RandomColor.h
// ViewImage
//
// Created by hechen on 15/4/8.
// Copyright (c) 2015年 hechen. All rights reserved.
//
#import <UIKit/UIKit.h>