mvm_core_ui/MVMCoreUI/BaseControllers/ProgrammaticScrollViewController.h
Pfeil, Scott Robert 98fa47aaae Migration
2019-01-10 14:23:14 -05:00

17 lines
444 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
@property (nullable, nonatomic, strong) NSLayoutConstraint *topConstraint;
@property (nullable, nonatomic, strong) NSLayoutConstraint *bottomConstraint;
@end