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