15 lines
278 B
Objective-C
15 lines
278 B
Objective-C
//
|
|
// AWM_AllWallpaperViewController.h
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AWM_AllWallpaperViewController : UIViewController
|
|
@property(nonatomic,strong)NSMutableArray *data2;
|
|
@property(nonatomic,strong)NSString *skyValue;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|