mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:54 -04:00
added files via upload
This commit is contained in:
17
Tweaks/FLEX/ViewHierarchy/FLEXImagePreviewViewController.h
Normal file
17
Tweaks/FLEX/ViewHierarchy/FLEXImagePreviewViewController.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// FLEXImagePreviewViewController.h
|
||||
// Flipboard
|
||||
//
|
||||
// Created by Ryan Olson on 6/12/14.
|
||||
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface FLEXImagePreviewViewController : UIViewController
|
||||
|
||||
+ (instancetype)previewForView:(UIView *)view;
|
||||
+ (instancetype)previewForLayer:(CALayer *)layer;
|
||||
+ (instancetype)forImage:(UIImage *)image;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user