14 lines
178 B
Objective-C
14 lines
178 B
Objective-C
//
|
|
// WPAllWallpaperViewController.h
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface WPAllWallpaperViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|