Skip to content

Instantly share code, notes, and snippets.

@Alex04
Alex04 / UIColor+Extensions.h
Last active August 29, 2015 14:02
UIColor+Extensions.h
//
// UIColor+Extension.h
//
// Copyright (c) 2013 ama-dev.com. All rights reserved.
// Created by Alexander Mack on 12.02.13.
//
#import <UIKit/UIKit.h>
typedef struct {
@Alex04
Alex04 / AMScanViewController.h
Last active January 4, 2023 01:46
iPhone QR Code Scanning iOS7
//
// AMScanViewController.h
//
//
// Created by Alexander Mack on 11.10.13.
// Copyright (c) 2013 ama-dev.com. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>