ソースを参照

Modify by Marino Faggiana

Marino Faggiana 8 年 前
コミット
664b70cbfb

+ 6 - 0
Libraries external/AHKActionSheet/AHKActionSheet.h

@@ -6,6 +6,12 @@
 //  Copyright (c) 2014 Arkadiusz Holko. All rights reserved.
 //
 
+//  Modify by Marino Faggiana on 11/01/17.
+//  Copyright (c) 2017 TWS. All rights reserved.
+//
+//  Author Marino Faggiana <m.faggiana@twsweb.it>
+//
+
 #import <UIKit/UIKit.h>
 
 typedef NS_ENUM(NSInteger, AHKActionSheetButtonType) {

+ 6 - 0
Libraries external/AHKActionSheet/AHKActionSheet.m

@@ -6,6 +6,12 @@
 //  Copyright (c) 2014 Arkadiusz Holko. All rights reserved.
 //
 
+//  Modify by Marino Faggiana on 11/01/17.
+//  Copyright (c) 2017 TWS. All rights reserved.
+//
+//  Author Marino Faggiana <m.faggiana@twsweb.it>
+//
+
 #import <QuartzCore/QuartzCore.h>
 #import "AHKActionSheet.h"
 #import "AHKActionSheetViewController.h"