mirror of
https://github.com/zhigang1992/SVPullToRefresh.git
synced 2026-01-12 22:52:41 +08:00
16 lines
301 B
Objective-C
16 lines
301 B
Objective-C
//
|
|
// SVViewController.h
|
|
// SVPullToRefreshDemo
|
|
//
|
|
// Created by Sam Vermette on 23.04.12.
|
|
// Copyright (c) 2012 samvermette.com. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SVViewController : UIViewController
|
|
|
|
@property (nonatomic, strong) IBOutlet UITableView *tableView;
|
|
|
|
@end
|