Skip to content

Instantly share code, notes, and snippets.

@ramamilaneh
Created April 2, 2017 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramamilaneh/e9b8f5e1ad73145f54e7533dd67055ce to your computer and use it in GitHub Desktop.
Save ramamilaneh/e9b8f5e1ad73145f54e7533dd67055ce to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface VideoView : UIView
-(instancetype)initWithFrame:(CGRect)frame;
-(void)playVideo;
-(void)pauseVideo;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment