15 lines
291 B
Objective-C
15 lines
291 B
Objective-C
//
|
|
// ProgrammaticScrollViewController.h
|
|
// myverizon
|
|
//
|
|
// Created by Scott Pfeil on 1/26/16.
|
|
// Copyright © 2016 Verizon Wireless. All rights reserved.
|
|
//
|
|
|
|
#import <MVMCoreUI/MFScrollingViewController.h>
|
|
|
|
@interface ProgrammaticScrollViewController : MFScrollingViewController
|
|
|
|
|
|
@end
|