Skip to content

Instantly share code, notes, and snippets.

<style>
@-webkit-keyframes test_animation
{
from {
-webkit-transform:rotateZ(0deg);
}
to {
-webkit-transform:rotateZ(180deg);
}
}
//
// CameraMainViewController.h
// HSN
//
// Created by John Anderson on 11/26/12.
// Copyright (c) 2012 John Anderson. All rights reserved.
//
#import <UIKit/UIKit.h>