master
1//
2// ViewController.h
3// Animation
4//
5// Created by mo khan on 2013-06-10.
6// Copyright (c) 2013 mo khan. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@interface ViewController : UIViewController
12@property (strong, nonatomic) IBOutlet UIView *myView;
13@property float randX;
14@property float randY;
15@property int intDur;
16@property int intRot;
17@property float alp;
18@end