22 lines
709 B
Objective-C
22 lines
709 B
Objective-C
//
|
|
// ScrollingContentViewController.h
|
|
// ScrollingContentViewController
|
|
//
|
|
// Created by Drew Olbrich on 1/6/19.
|
|
// Copyright 2019 Oath Inc.
|
|
//
|
|
// Licensed under the terms of the MIT License. See the file LICENSE for the full terms.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for ScrollingContentViewController.
|
|
FOUNDATION_EXPORT double ScrollingContentViewControllerVersionNumber;
|
|
|
|
//! Project version string for ScrollingContentViewController.
|
|
FOUNDATION_EXPORT const unsigned char ScrollingContentViewControllerVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ScrollingContentViewController/PublicHeader.h>
|
|
|
|
|