fix copyright
This commit is contained in:
parent
f3fce53edb
commit
f783e06002
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AppDelegate.swift
|
||||
// Demo
|
||||
//
|
||||
// Created by kazushi.hara on 2016/05/02.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,18 @@
|
|||
//
|
||||
// DemoListViewController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/05/02.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import UIKit
|
||||
import NohanaImagePicker
|
||||
import Photos
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// ActivityIndicatable.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/04/08.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
public protocol ActivityIndicatable {
|
||||
func isProgressing() -> Bool
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AlbumCell.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/11.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AlbumListEmptyIndicator.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/03/23.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
class AlbumListEmptyIndicator: UILabel {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AlbumListViewController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/08.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
import Photos
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AnimatableNavigationController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/14.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,18 @@
|
|||
//
|
||||
// AssetCell.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/11.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import UIKit
|
||||
|
||||
class AssetCell: UICollectionViewCell {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AssetDetailCell.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/12.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AssetDetailListViewController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/11.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// AssetListViewController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/11.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
import Photos
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// ColorConfig.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/03/23.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
public struct ColorConfig {
|
||||
public static var backgroundColor = UIColor.whiteColor()
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// ContractingAnimationController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/15.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import AVFoundation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// EmptyIndicatable.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/03/23.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
public protocol EmptyIndicatable {
|
||||
func isEmpty() -> Bool
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// ExpandingAnimationController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/14.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import AVFoundation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// ImageName.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/16.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
struct ImageName {
|
||||
struct AssetCell {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// ItemListType.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/14.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
public protocol ItemListType: CollectionType {
|
||||
typealias Item
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// MomentCell.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/03/23.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// MomentSectionHeaderView.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/03/09.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// MomentViewController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/03/08.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
import Photos
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// NohanaImagePicker.h
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/08.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// NohanaImagePickerController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/09.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
import Photos
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// NotificationInfo.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/19.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
struct NotificationInfo {
|
||||
struct Asset {
|
||||
|
|
|
|||
|
|
@ -1,11 +1,18 @@
|
|||
//
|
||||
// PhotoKitAlbumList.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/10.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import Photos
|
||||
|
||||
public class PhotoKitAlbumList: ItemListType {
|
||||
|
|
|
|||
|
|
@ -1,11 +1,18 @@
|
|||
//
|
||||
// PhotoKitAsset.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/11.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import Photos
|
||||
|
||||
public class PhotoKitAsset :AssetType {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,19 @@
|
|||
//
|
||||
// PhotoKitAssetList.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/11.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import Photos
|
||||
|
||||
public class PhotoKitAssetList :ItemListType {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// PickedAssetList.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/17.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import Foundation
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// Size.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/14.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
struct Size {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
//
|
||||
// SwipeInteractionController.swift
|
||||
// NohanaImagePicker
|
||||
//
|
||||
// Created by kazushi.hara on 2016/02/21.
|
||||
// Copyright © 2016年 nohana. All rights reserved.
|
||||
//
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import UIKit
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
/*
|
||||
NohanaImagePicker.strings
|
||||
NohanaImagePicker
|
||||
|
||||
Created by kazushi.hara on 2016/02/15.
|
||||
Copyright © 2016年 nohana. All rights reserved.
|
||||
*/
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
"albumlist.title" = "Photos";
|
||||
"albumlist.empty.message" = "No Photos";
|
||||
|
|
|
|||
|
|
@ -1,10 +1,18 @@
|
|||
/*
|
||||
NohanaImagePicker.strings
|
||||
NohanaImagePicker
|
||||
|
||||
Created by kazushi.hara on 2016/02/15.
|
||||
Copyright © 2016年 nohana. All rights reserved.
|
||||
*/
|
||||
/*
|
||||
* Copyright (C) 2016 nohana, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
"albumlist.title" = "アルバム";
|
||||
"albumlist.empty.message" = "アルバムに\n写真がありません";
|
||||
|
|
|
|||
Loading…
Reference in New Issue