mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
added files via upload
This commit is contained in:
59
Tweaks/PSHeader/MockMac.h
Normal file
59
Tweaks/PSHeader/MockMac.h
Normal file
@@ -0,0 +1,59 @@
|
||||
#if TARGET_OS_OSX
|
||||
|
||||
typedef NSInteger UIImageOrientation;
|
||||
|
||||
@protocol UITextInputTraits
|
||||
@end
|
||||
|
||||
@protocol UITableViewDataSource
|
||||
@end
|
||||
|
||||
@protocol UITableViewDelegate
|
||||
@end
|
||||
|
||||
@protocol UIScrollViewDelegate
|
||||
@end
|
||||
|
||||
@interface UIViewController : NSObject
|
||||
@end
|
||||
|
||||
@interface UIResponder : NSObject
|
||||
@end
|
||||
|
||||
@interface UIColor : NSObject
|
||||
@end
|
||||
|
||||
@interface UIView : UIResponder
|
||||
@end
|
||||
|
||||
@interface UITableView : UIView
|
||||
@end
|
||||
|
||||
@interface UISlider : UIView
|
||||
@end
|
||||
|
||||
@interface UILabel : UIView
|
||||
@end
|
||||
|
||||
@interface UIButton : UIView
|
||||
@end
|
||||
|
||||
@interface UIToolbar : NSObject
|
||||
@end
|
||||
|
||||
@interface UIImage : UIView
|
||||
@end
|
||||
|
||||
@interface UIImageView : UIView
|
||||
@end
|
||||
|
||||
@interface UICollectionView : UIView
|
||||
@end
|
||||
|
||||
@interface UICollectionViewCell : UIView
|
||||
@end
|
||||
|
||||
@interface UIPageControl : NSObject
|
||||
@end
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user