/* * Copyright (c) 2014 - Facebook. * All rights reserved. */ #import @interface PropertyImplSetter : NSObject @property (nonatomic) int maximumFileSize; @end