00001 /* 00002 Permission is hereby granted, free of charge, to any person 00003 obtaining a copy of this software and associated documentation 00004 files (the "Software"), to deal in the Software without 00005 restriction, including without limitation the rights to use, 00006 copy, modify, merge, publish, distribute, sublicense, and/or 00007 sell copies of the Software, and to permit persons to whom the 00008 Software is furnished to do so, subject to the following 00009 conditions: 00010 00011 1. The permission granted herein does not extend to commercial use of 00012 the Software by entities primarily engaged in providing online video 00013 and related services; and 00014 00015 2. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 00016 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00017 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 00018 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 00019 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 00020 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 00021 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00022 */ 00023 00024 #import <UIKit/UIKit.h> 00025 00026 00027 @interface BCSharingUtils : NSObject { 00028 00029 } 00030 00031 + (CGFloat)yOffset; 00032 00033 @end