14 lines
234 B
Objective-C
14 lines
234 B
Objective-C
//
|
|
// YYImageProgressiveExample.h
|
|
// YYKitExample
|
|
//
|
|
// Created by ibireme on 15/8/24.
|
|
// Copyright (c) 2015 ibireme. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface YYImageProgressiveExample : UIViewController
|
|
|
|
@end
|