Initial commit

This commit is contained in:
ifish
2017-08-15 16:59:01 +08:00
commit bdc83e07ef
5766 changed files with 423223 additions and 0 deletions
@@ -0,0 +1,22 @@
//
// KTThumbView.h
// KTPhotoBrowser
//
// Created by Kirby Turner on 2/3/10.
// Copyright 2010 White Peak Software Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "KTThumbsViewController.h"
@interface KTThumbView : UIButton
@property (nonatomic, assign) KTThumbsViewController *controller;
- (id)initWithFrame:(CGRect)frame;
- (void)setThumbImage:(UIImage *)newImage;
- (void)setHasBorder:(BOOL)hasBorder;
@end