]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCTime.h
VLCKit: Import MobileVLCKit.
[vlc] / projects / macosx / framework / Headers / Public / VLCTime.h
index 56e9929644e22e9550b6c625dc1dc8180e3fdb5b..7d22297a188cf98641554f2f62abd6466c3a4014 100644 (file)
@@ -22,6 +22,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#import <Foundation/Foundation.h>
+
 /**
  * Provides an object to define VLCMedia's time.
  */
@@ -33,7 +35,7 @@
 /* Factories */
 + (VLCTime *)nullTime;
 + (VLCTime *)timeWithNumber:(NSNumber *)aNumber;
-+ (VLCTime *)timeWithInt:(int)aInt;
++ (VLCTime *)timeWithInt:(NSInteger)aInt;
 
 /* Initializers */
 - (id)initWithNumber:(NSNumber *)aNumber;